minio/docs/bucket
Harshavardhana 38637897ba
fix: listing SSE encrypted multipart objects (#18786)
GetActualSize() was heavily relying on o.Parts()
to be non-empty to figure out if the object is multipart or not, 
However, we have many indicators of whether an object is multipart 
or not.

Blindly assuming that o.Parts == nil is not a multipart, is an 
incorrect expectation instead, multipart must be obtained via

- Stored metadata value indicating this is a multipart encrypted object.

- Rely on <meta>-actual-size metadata to get the object's actual size.
  This value is preserved for additional reasons such as these.

- ETag != 32 length
2024-01-15 00:57:49 -08:00
..
lifecycle Add equivalent mc ilm rule commands for some JSON rule examples (#17923) 2023-08-26 00:33:25 -07:00
notifications feat: support elasticsearch notification endpoint compression codec (#18562) 2023-11-30 00:25:03 -08:00
quota remove gateway completely (#15929) 2022-10-24 17:44:15 -07:00
replication fix: listing SSE encrypted multipart objects (#18786) 2024-01-15 00:57:49 -08:00
retention Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
versioning fix: an odd crash when deleting `null` DEL markers (#18727) 2024-01-02 15:08:18 -08:00