Replies: 1 comment
-
Its already available via the API linked here: https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/s3#PresignClient.PresignUploadPart |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Confirm by changing [ ] to [x] below:
Describe the question
Wanted to create presigned URL for each part when multipart uploading is being used to upload big file from external.
As Python example
https://github.com/T-Tmnr/aws_s3_multipartupload_with_presigned_url/blob/927685c378c4e929ce606dbec735304a3e49a0bd/aws-multipart-upload.py#L38
It's able to specify UploadId and PartNumber.
Is that possible to do so in Golang to generate Presigned URL for each part ?
Thank you in advance !
Beta Was this translation helpful? Give feedback.
All reactions