Skip to content

object_store(aws): percent encoding test fails with latest localstack #206

@wjones127

Description

@wjones127

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

Expected behavior

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    development-processRelated to development process of object-storedocumentationImprovements or additions to documentation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions