You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: AWS S3 can append on an existing object created by PutObject or multipart uploads. That's different from other services.
I want to work on this! I checked how others implement append but what would this make the implementation different? Should we just modify the put method, and make the writer a TwoWays?
I want to work on this! I checked how others implement append but what would this make the implementation different? Should we just modify the put method, and make the writer a TwoWays?
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 supportappend
mode for s3.Users can append to object via:
Additional Context
No response
Are you willing to contribute to the development of this feature?
The text was updated successfully, but these errors were encountered: