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

Presigned URL authentication #397

Merged
merged 3 commits into from
Feb 13, 2024
Merged

Conversation

mlt180
Copy link
Contributor

@mlt180 mlt180 commented Feb 7, 2024

Added support for presigned URLs: v4 authentication with query params.
Example using presigned URL with AWS CLI: aws cli
A sample to get started

aws --endpoint-url http://localhost:7070 s3 presign s3://my-bucket/my-object  --expires-in 604800

The above CLI actions generates a presigned URL to get my-object from my-bucket

Examples using presigned URLs with AWS SDK Go: aws sdk

…ams. Fixed few bugs in v4 query params authentication
@mlt180 mlt180 force-pushed the presigned-url-authentication branch from 6084fc3 to e21e514 Compare February 12, 2024 21:31
…arams authentication, added unit tests for validateDate function
@benmcclelland benmcclelland merged commit 1c29fbf into main Feb 13, 2024
6 checks passed
@benmcclelland benmcclelland deleted the presigned-url-authentication branch February 13, 2024 19:33
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

Successfully merging this pull request may close these issues.

2 participants