-
Notifications
You must be signed in to change notification settings - Fork 931
Add S3 Pre-signed URL GET design document #6203
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
Add S3 Pre-signed URL GET design document #6203
Conversation
followed the format as in https://github.com/aws/aws-sdk-java-v2/tree/master/docs/design/core/batch-manager
…/aws-sdk-java-v2 into feature/presignedUrl-GET
I'm not sure if adding this to the PR description will automatically close those issues:
I think that adding an issue number in a PR, causes it to auto close. I would just make sure that it doesn't, becuase this is just a design doc and not the actual code to address those. |
The current format wouldn't auto-close the issues, but I'll change "Fixes:" to "Related to:" for clarity. |
nice! today I learned. |
|
Motivation and Context
This design document addresses a highly requested customer feature to support S3 object downloads using pre-signed URLs in AWS SDK Java v2, providing feature parity with v1.
Problem: Customers need to download S3 objects through pre-signed URLs for temporary access scenarios, but v2 SDK lacks this functionality, forcing users to either stick with v1 or implement manual HTTP client solutions.
Related to:
Modifications
docs/design/core/presignedURL-Get/Design.md
)docs/design/core/presignedURL-Get/DecisionLog.md
) documenting key decisions from review meetingsTesting
Screenshots (if appropriate)
Types of changes
Checklist
mvn install
succeedsscripts/new-change
script and following the instructions. Commit the new file created by the script in.changes/next-release
with your changes.License