1
0
mirror of https://github.com/minio/minio.git synced 2025-03-13 13:02:57 -04:00

2 Commits

Author SHA1 Message Date
Krishnan Parthasarathi
9f298d2311
Omit empty algorithm tags in bucket encryption XML ()
- Bucket encryption config returned by MinIO would always have the xml namespace
set
- Make unit tests in pkg/bucket/encryption more robust
2020-02-13 22:12:42 -08:00
Krishnan Parthasarathi
026265f8f7
Add support for bucket encryption feature ()
- 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>
2020-02-05 15:12:34 +05:30