You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started looking into this in #1809. Not sure how good/correct my approach is there, but I can tell that it's working already. If somebody familiar with the code base can give a 👍 or 👎, would be great. After getting the code into the correct shape I'll be happy to add tests on top.
Describe the feature
Add a
presignURL
method for S3UploadPart
, similar to the existing ones forGetObject
andPutObject
.Also, add an integration test for the new API.
Use Case
To allow multipart upload to be performed by HTTP clients other than the AWS SDK.
Proposed Solution
No response
Other Information
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: