Skip to content
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

Add presigned URL method for S3 UploadPart #723

Open
2 tasks
jbelkins opened this issue Nov 20, 2022 · 2 comments
Open
2 tasks

Add presigned URL method for S3 UploadPart #723

jbelkins opened this issue Nov 20, 2022 · 2 comments
Labels
feature-request A feature should be added or improved.

Comments

@jbelkins
Copy link
Contributor

jbelkins commented Nov 20, 2022

Describe the feature

Add a presignURL method for S3 UploadPart, similar to the existing ones for GetObject and PutObject.
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

  • I may be able to implement this feature request
  • This feature might incur a breaking change
@jbelkins jbelkins added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Nov 20, 2022
@epau epau removed the needs-triage This issue or PR still needs to be triaged. label Nov 28, 2022
@trastoan
Copy link

Hi everyone,

What's the current workaround to be able to use other HTTP clients for Multipart Upload? Since AWS SDK doesn't support multipart in background?

@jbelkins jbelkins added the needs-triage This issue or PR still needs to be triaged. label Sep 13, 2024
@sichanyoo sichanyoo removed the needs-triage This issue or PR still needs to be triaged. label Sep 16, 2024
@plu
Copy link

plu commented Oct 31, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

5 participants