Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advanced S3 calls #731

Open
djwfyi opened this issue Feb 10, 2023 · 3 comments
Open

Advanced S3 calls #731

djwfyi opened this issue Feb 10, 2023 · 3 comments

Comments

@djwfyi
Copy link
Collaborator

djwfyi commented Feb 10, 2023

minio PR 16551 introduces if-match and if-none-match logic for optimistic consistency of data.

The logic provides conditions where data uploads to MinIO can check the consistency of data first before applying any changes. This avoids potential conflicts if more than one user attempts to upload the same object.

External references:

(Introduced with https://github.com/minio/minio/releases/tag/RELEASE.2023-02-09T05-16-53Z.)

@djwfyi
Copy link
Collaborator Author

djwfyi commented May 7, 2024

@djwfyi
Copy link
Collaborator Author

djwfyi commented Sep 30, 2024

@ravindk89 Since AWS recently introduced a similar feature, we might consider bumping up the priority of this.

@ravindk89
Copy link
Collaborator

It's not a perfect spot to put it but we could take a bit of inspiration from the s3 docs and add a section to our docs related to metadata or other 'modifying' behaviors. Snowball + S3Zip support could land here too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants