-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce incremental upload mode and support for append (#1165)
Introduce a new option for Mountpoint to upload files incrementally and support appending to existing files. The new option can be enabled by setting the `--incremental-upload` flag at mount time and is available when mounting directory buckets in S3 Express One Zone. Addresses #1160. ### Does this change impact existing behavior? No changes under default settings. ### Does this change need a changelog entry? Yes, added entry to the `mountpoint-s3` changelog, under "New Features". --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the [Developer Certificate of Origin (DCO)](https://developercertificate.org/). --------- Signed-off-by: Alessandro Passaro <[email protected]>
- Loading branch information
Showing
26 changed files
with
3,821 additions
and
782 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.