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

Enable upload for large files #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

timmullin
Copy link

@timmullin timmullin commented Nov 20, 2024

RT 82563: Enable the upload of files greater than 1GB in
size using the "put" operation. Stream the upload instead
of loading the entire file into memory and uploading all at once.

@timmullin
Copy link
Author

This has been updated to also set the "Content-Type" header to "text/xml" when uploading an XML file.

RT 82563: Enable the upload of files greater than 1GB in
size using the "put" operation. Stream the upload instead
of loading the entire file into memory and uploading all
at once.
@timmullin timmullin changed the title Don't load large files all at once. Enable upload for large files Nov 25, 2024
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.

1 participant