Closed sachin2004nit closed 6 months ago
As per AWS S3 Specification, it is not supported.
As per AWS S3 Specification, it is not supported.
They are silent in documentation.
Even if they don't support it' can i write this and commit .. and raise a PR.. So will minIO be able to support it? i have seen code of minio-python sdk only. In case u want me to write change code at server level. please specify the github url. i will look into it..and see the feasibility and if possible will raise a PR with changes.
Amazon S3 provides support for IfMatch tag. while setting put_object_tagging,
1) Does MinIO supports similar mechanism using set_object_tags. or may be a check before updating objects (A timestamp) check to verify of already updated with a different timestamp. inside set_object_tagging call. 2) if i change the code like following
Will minIO server side support the above changes?