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

Migrate to aws sdk v2 for s3 #27

Merged
merged 15 commits into from
Jan 21, 2025
Merged

Migrate to aws sdk v2 for s3 #27

merged 15 commits into from
Jan 21, 2025

Conversation

dlamoris
Copy link
Contributor

@dlamoris dlamoris commented Jan 13, 2025

Use aws sdk v2 to prevent the need to send content-length when uploading to s3
Also converted all uses of sdk 1 to sdk 2

For reference:
aws/aws-sdk-java#839 (comment)
https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/javav2/example_code/s3/src/main/java/com/example/s3/transfermanager/UploadStream.java

@dlamoris dlamoris changed the title Fix/contentlength2 Migrate to aws sdk v2 for s3 Jan 14, 2025
@dlamoris dlamoris linked an issue Jan 14, 2025 that may be closed by this pull request
@dlamoris dlamoris marked this pull request as ready for review January 14, 2025 20:43
@dlamoris dlamoris merged commit b600d1d into develop Jan 21, 2025
3 checks passed
@dlamoris dlamoris deleted the fix/contentlength2 branch January 21, 2025 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

client shouldn't need to send content length header
2 participants