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

Support pre-signed URLs for CloudFront endpoints #9650

Open
cyberduck opened this issue Aug 10, 2016 · 2 comments
Open

Support pre-signed URLs for CloudFront endpoints #9650

cyberduck opened this issue Aug 10, 2016 · 2 comments
Labels
enhancement s3 AWS S3 Protocol Implementation

Comments

@cyberduck
Copy link
Collaborator

e83b6b8 created the issue

Hi maybe AWS does not allow you to do this but it would be really awesome if the signed URL could used my custom cloudfront domain name like cyberduck allows when copying secure unsigned URL by basing it on the website address put in in the bookmark.

ie
instead of copying:
https://my-bucket-domain.s3.amazonaws.com/file.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=FAJDJHASJASDHAJSD/20160810/us-east-1/s3/aws4_request&X-Amz-Date=20160810T120326Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=jwkrhflksjhfdlskjhflksjdfhsdlkjfhsdlkjfhsdlfkjhdslfjkh

instead get valid signed URL for
https://my-bucket-domain/file.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=FAJDJHASJASDHAJSD/20160810/us-east-1/s3/aws4_request&X-Amz-Date=20160810T120326Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=jwkrhflksjhfdlskjhflksjdfhsdlkjfhsdlkjfhsdlfkjhdslfjkh

Awesome program, Thanks!

@cyberduck
Copy link
Collaborator Author

@dkocher commented

#9781 closed as duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement s3 AWS S3 Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants