tustvold commented on code in PR #6601:
URL: https://github.com/apache/arrow-rs/pull/6601#discussion_r1807798327
##########
object_store/src/aws/resolve.rs:
##########
@@ -80,13 +80,13 @@ mod tests {
#[tokio::test]
async fn test_private_bucket() {
- let bucket = "bloxbender";
+ let bucket = "public-datasets";
Review Comment:
IIRC it was a test to make sure resolve_region worked for private buckets
without needing credentials.
--
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]