Closed
Description
Is your feature request related to a problem? Please describe.
The presign client for S3 currently supports presigning GetObject
and PutObject
URLs: https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/s3#PresignClient
It would be nice if an additional method is implemented to support presigning POST object URLs documented here: https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPOST.html
This feature seems to be present in SDKs for other languages.
Describe the solution you'd like
Add a convenience method for S3 presigned posts to the PresignClient
Describe alternatives you've considered
n/a
Additional context
n/a