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

s3 signed urls missing #7531

Closed
cyberduck opened this issue Oct 30, 2013 · 4 comments
Closed

s3 signed urls missing #7531

cyberduck opened this issue Oct 30, 2013 · 4 comments
Assignees
Labels
bug s3 AWS S3 Protocol Implementation worksforme
Milestone

Comments

@cyberduck
Copy link
Collaborator

3839d50 created the issue

after upgrading from 4.3.1 (11010) to 4.4 (13582), the contextual menu (right click) on files in s3 buckets no longer has signed amazon s3 urls under 'copy urls'. only non-signed urls appear.

also note that in 4.4 'get info' on a file always shows 'None' for 'Signed URL'. 4.3 properly showed the signed urls.

not yet fixed in nightly build 13635.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Are you connecting to a specific bucket only with the bucket name in the hostname such as bucketname.s3.amazonaws.com?

@cyberduck
Copy link
Collaborator Author

3839d50 commented

nope. the bookmark has 's3.amazonaws.com' as the server. the url shows as 'https://AK...Q@s3.amazonaws.com'

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Make sure to store the secret key for the connection in the keychain when prompted. We do no longer keep login credentials in memory after login (d7cc92b). We lookup the secret key in the keychain to sign the URL.

@cyberduck
Copy link
Collaborator Author

3839d50 commented

yup that fixed it. after enabling the keychain and saving the password in it, the contextual menu has signed urls again. thanks.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug s3 AWS S3 Protocol Implementation worksforme
Projects
None yet
Development

No branches or pull requests

2 participants