We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While attempting to upload a 55GB file to OLRC, I received a "413 (Request Entity Too Large)" response and the upload aborted.
To upload the file, I used the Swift client with a 1M segment size: swift upload -S 1000000 container file
Should swiftclient.service.SwiftService.upload be used instead of swiftclient.client.put_object (the former supports segment_size, whereas the latter does not)?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While attempting to upload a 55GB file to OLRC, I received a "413 (Request Entity Too Large)" response and the upload aborted.
To upload the file, I used the Swift client with a 1M segment size: swift upload -S 1000000 container file
Should swiftclient.service.SwiftService.upload be used instead of swiftclient.client.put_object (the former supports segment_size, whereas the latter does not)?
The text was updated successfully, but these errors were encountered: