Replies: 1 comment
-
Unfortunately, the AWS S3 API only provides for writing whole files. There is no easy way of appending to an existing object. We do have an issue surrounding letting the S3 sink be more useful at creating large objects: #3829 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently S3 sink creates a new file each time it flushes the buffer. It would be nice if it could append data to an existing file.
Beta Was this translation helpful? Give feedback.
All reactions