wjones127 opened a new issue, #206:
URL: https://github.com/apache/arrow-rs-object-store/issues/206

   **Describe the bug**
   
   When testing with the latest localstack (1.0 and onward), we get this 
failure from S3 tests:
   
   ```
   ---- aws::tests::s3_test stdout ----
   thread 'aws::tests::s3_test' panicked at 'assertion failed: `(left == right)`
     left: `[Path { raw: "a/b/c/foo.file" }]`,
    right: `[Path { raw: "a/b%2Fc/foo.file" }]`', object_store/src/lib.rs:638:9
   
   
   failures:
       aws::credential::tests::test_instance_metadata
       aws::tests::s3_test
   ```
   
   Not sure yet if this is a bug in localstack, or our implementation.
   
   **To Reproduce**
   <!--
   Steps to reproduce the behavior:
   -->
   
   **Expected behavior**
   <!--
   A clear and concise description of what you expected to happen.
   -->
   
   **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]

Reply via email to