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

File segmentation to address large file error #18

Open
mmikitka opened this issue Jul 28, 2017 · 0 comments
Open

File segmentation to address large file error #18

mmikitka opened this issue Jul 28, 2017 · 0 comments

Comments

@mmikitka
Copy link

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)?

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

No branches or pull requests

1 participant