Skip to content

File segmentation to address large file error #18

@mmikitka

Description

@mmikitka

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions