mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
- Adds a metadata argument to the CopyObjectPart API to facilitate implementing encryption for copying APIs too. - Update vendored minio-go - this version implements the CopyObjectPart client API for use with the S3 gateway. Fixes #4885