alamb opened a new issue, #42:
URL: https://github.com/apache/arrow-rs-object-store/issues/42
**Describe the bug**
<!--
A clear and concise description of what the bug is.
-->
**To Reproduce**
```shell
cd object_store
cargo test --features=aws
```
```
test aws::resolve::tests::test_private_bucket ... FAILED
---- aws::resolve::tests::test_private_bucket stdout ----
thread 'aws::resolve::tests::test_private_bucket' panicked at
src/aws/resolve.rs:87:14:
called `Result::unwrap()` on an `Err` value: Generic { store: "S3", source:
BucketNotFound { bucket: "bloxbender" } }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
```
**Expected behavior**
Test should pass
**Additional context**
<!--
Add any other context about the problem here.
-->
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]