1
0
mirror of https://github.com/minio/minio.git synced 2025-04-16 00:49:09 -04:00

5 Commits

Author SHA1 Message Date
poornas
02a59a04d1
Fix error messages returned by (Put)GetObjectLegalHold ()
fiixing some minor discrepancies between aws s3 responses
vs minio server
2020-02-19 08:15:48 +05:30
Nitish Tiwari
64ec17b463
Fix Legal Hold request parsing ()
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
2020-02-13 01:18:29 -08:00
poornas
881e983ed9
Fix Retention, ObjectLock, LegalHold struct namespaces correctly. ()
Reverts  to allow structs to be unmarshalled 
even if the namespace is missing.
2020-01-30 09:58:05 +05:30
Ashish Kumar Sinha
5bd0e95eef
Set default namespace for necessary structs () 2020-01-29 10:19:38 +05:30
Harshavardhana
0cbebf0f57 Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory ()
Rename to allow for more such features to come in a more
proper hierarchical manner.
2020-01-27 14:12:34 -08:00