-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
s3 ls error when keys are non-ASCII in eu-central-1 #1046
Labels
bug
This issue is a bug.
Comments
More debug info below. Full traceback:
Repro steps:
|
thoward-godaddy
pushed a commit
to thoward-godaddy/aws-cli
that referenced
this issue
Feb 12, 2022
Resolve Docker on Mac performance issues (https://docs.docker.com/docker-for-mac/osxfs-caching/) by allowing the project folder to be mounted as both "read only" (current behavior) and "delegated".
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
My version:
aws-cli/1.6.6 Python/2.7.6 Linux/3.13.0-40-generic
To demostrate this problem I have set up a bucket in the region eu-central-1 and created five non-ASCII keys (with the most common German diacritics) inside:
This works fine. But when I use a smaller page-size so that the "marker" field contains one of the non-ASCII strings I get this error:
The same with
--debug
:Is this possible to fix or work around? I specifically need the sync functionality which has the same problem. With region eu-west-1 it works okay, that's why I suppose it might have something to do with v4 signature?
Thanks,
Tobias
The text was updated successfully, but these errors were encountered: