Skip to content

Implement Presigned Post URLs #3902

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

Draft
wants to merge 19 commits into
base: development
Choose a base branch
from

Conversation

GarrettBeatty
Copy link
Contributor

@GarrettBeatty GarrettBeatty commented Jul 2, 2025

Description

  1. Add CreatePresignedPostAsync and CreatePresignedPost and associated helper functions
  2. Adds unit tests and integration tests for creating a presigned POST URL

Motivation and Context

  1. Implement AmazonS3Client is missing Create Presigned Post #1901 & DOTNET-8098.
  2. https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-UsingHTTPPOST.html

Testing

  1. Dryrun - 30034322-ee5a-4682-99f6-2cec2fdf25b7

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project
  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have read the README document
  • I have added tests to cover my changes
  • All new and existing tests passed

License

  • I confirm that this pull request can be released under the Apache 2 license

@GarrettBeatty GarrettBeatty changed the title presigned post Implement Presigned Post URLs Jul 2, 2025
@GarrettBeatty GarrettBeatty force-pushed the gcbeatty/presignedpostbcl branch from 6c58f61 to dd78028 Compare July 8, 2025 02:34
@GarrettBeatty GarrettBeatty force-pushed the gcbeatty/presignedpostimpl branch from 2625b99 to 8a43d25 Compare July 8, 2025 20:30
Base automatically changed from gcbeatty/presignedpostbcl to development July 8, 2025 23:29
@GarrettBeatty GarrettBeatty force-pushed the gcbeatty/presignedpostimpl branch from 0dcb789 to 509c246 Compare July 8, 2025 23:31
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.

1 participant