1
0
mirror of https://github.com/minio/minio.git synced 2025-03-29 08:43:40 -04:00
Andreas Auernhammer 6b1c62133d
listing: improve listing of encrypted objects ()
This commit improves the listing of encrypted objects:
 - Use `etag.Format` and `etag.Decrypt`
 - Detect SSE-S3 single-part objects in a single iteration
 - Fix batch size to `250`
 - Pass request context to `DecryptAll` to not waste resources
   when a client cancels the operation.

Signed-off-by: Andreas Auernhammer <hi@aead.dev>
2022-04-04 11:42:03 -07:00
..