poornas
02a59a04d1
Fix error messages returned by (Put)GetObjectLegalHold ( #9013 )
...
fiixing some minor discrepancies between aws s3 responses
vs minio server
5 years ago
Nitish Tiwari
64ec17b463
Fix Legal Hold request parsing ( #8981 )
...
AWS S3 doesn't enforce the URL in XMLNS, accordingly, removing the
URL in XMLNS for ObjectLegalHold.
This was found while testing https://github.com/minio/minio-go/pull/1226
5 years ago
Nitish Tiwari
7e819d00ea
Fix Error Code for ObjectTagging Parsing ( #8971 )
...
Also add Mint tests
5 years ago
Nitish Tiwari
33767266e7
Fix Tagging XML Unmarshalling ( #8977 )
...
AWS S3 doesn't strictly enforce the presence of URL in tagging XML.
This PR updates MinIO to behave similarly.
Fixes #8976
5 years ago
Nitish Tiwari
e5951e30d0
Add support for Object Tagging in LifeCycle configuration ( #8880 )
...
Fixes #8870
Co-Authored-By: Krishnan Parthasarathi <krisis@users.noreply.github.com>
5 years ago
poornas
881e983ed9
Fix Retention, ObjectLock, LegalHold struct namespaces correctly. ( #8909 )
...
Reverts #8903 to allow structs to be unmarshalled
even if the namespace is missing.
5 years ago
Ashish Kumar Sinha
5bd0e95eef
Set default namespace for necessary structs ( #8903 )
5 years ago
Harshavardhana
0cbebf0f57
Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory ( #8892 )
...
Rename to allow for more such features to come in a more
proper hierarchical manner.
5 years ago