Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad signature error in S3.get_object when '#' character is in the key #669

Open
alancummings opened this issue Feb 15, 2024 · 0 comments
Open

Comments

@alancummings
Copy link

alancummings commented Feb 15, 2024

I'm getting errors similar to closed issue #592 with '#' instead of unicode

using Julia = 1.10.0

I have the same file uploaded to 2 different locations in a bucket; one of the locations has the "#" in the containing folder.

This succeeds:
S3.get_object(mybucket, "clean/path/test.csv")

These BOTH fail:
S3.get_object(mybucket, "path/with#/test.csv")
--> Signature does not match
S3.get_object(mybucket, URIs.escapepath("path/with#/test.csv"))
--> NoSuchKey

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant