-
Notifications
You must be signed in to change notification settings - Fork 732
new feature: Implement append object for S3 #5351
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededservices/s3
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededservices/s3
Type
Fields
Give feedbackNo fields configured for issues without a type.