No instructions on POST presigned url generation? #2997
-
Describe the issueI am attempting to add contitions such as max payload size using POST policies when generating presigned urls to allow the uploading of files to an S3 bucket. While the .NET AWS SDK client does have the option to create presigned urls for PUT requests, it does not for POST requests. I was wondering if the .NET SDK had methods/mechansim like the Python's generate_presigned_post for generating POST presigned URLs? Linkshttps://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-HTTPPOSTConstructPolicy.html Other links https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-post-example.html |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Hi @greffgreff, Good morning. Thanks for opening the issue. AWS SDK for .NET does not currently support presigned URL POST. We have an open feature request #1901 in backlog. Currently we do no have concrete timeline by which this feature would be implemented. Request you to thumbs up on that other feature request so that it gets traction by the team. Please confirm of we are good to close this issue since we have other tracking issue in the backlog. Thanks, |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply! I'll do that. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Thanks @greffgreff. I'm converting this to |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Hi @greffgreff,
Good morning. Thanks for opening the issue. AWS SDK for .NET does not currently support presigned URL POST. We have an open feature request #1901 in backlog. Currently we do no have concrete timeline by which this feature would be implemented. Request you to thumbs up on that other feature request so that it gets traction by the team.
Please confirm of we are good to close this issue since we have other tracking issue in the backlog.
Thanks,
Ashish