Skip to content

Support for MultiPartUpload in s3 PutObject #97

@NayanJD

Description

@NayanJD

When using s3sync on a bucket which has objects of size greater then 5GiBs, it fails with error:

pipeline step: 3 (UploadObj) failed with error: object: <object path> sync error: EntityTooLarge: \n\tstatus code: 400, request id: <x_amz_request_id>

It is because PutObject operation on most S3 compatible backends only supports till 5GiB. MultiPartUpload is recommended for objects of size greater than 5GiB.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions