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
Krishnan Parthasarathi
026265f8f7
Add support for bucket encryption feature ( #8890 )
...
- pkg/bucket/encryption provides support for handling bucket
encryption configuration
- changes under cmd/ provide support for AES256 algorithm only
Co-Authored-By: Poorna <poornas@users.noreply.github.com>
Co-authored-by: Harshavardhana <harsha@minio.io>
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