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
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.
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.
minio PR 16551 introduces
if-match
andif-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.)
The text was updated successfully, but these errors were encountered: