Skip to content

new feature: Implement append object for S3 #5351

@Xuanwo

Description

@Xuanwo

Feature Description

AWS S3 supports append object for directory-buckets now.

https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-objects-append.html

Problem and Solution

OpenDAL already has the append API, we just need to support append mode for s3.

Users can append to object via:

let writer = op.writer_with(path).append(true).await?;
writer.write(bs).await?;
writer.close().await?;

Additional Context

No response

Are you willing to contribute to the development of this feature?

  • Yes, I am willing to contribute to the development of this feature.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions