minio/docs
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
..
batch-jobs feat: implement support batch replication (#15554) 2022-10-05 23:00:43 -07:00
bigdata Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
bucket fix: listing SSE encrypted multipart objects (#18786) 2024-01-15 00:57:49 -08:00
chroot Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
compression remove gateway completely (#15929) 2022-10-24 17:44:15 -07:00
config heal: calculate the number of workers based on NRRequests (#17945) 2023-09-11 14:48:54 -07:00
debugging feat: introduce list_quorum="auto" to prefer quorum drives (#18084) 2023-12-29 15:52:41 -08:00
distributed Heal buckets at node level (#18612) 2024-01-09 20:34:04 -08:00
docker Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
erasure update grafana dashboard with disk -> drive rename (#17857) 2023-08-15 16:04:20 -07:00
extensions support fan-out objects via PostUpload() (#17233) 2023-05-24 22:51:07 -07:00
federation/lookup Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
ftp implement support for FTP/SFTP server (#16952) 2023-04-15 07:34:02 -07:00
iam Add HTTP2 config option for policy plugin (#16225) 2022-12-13 14:28:48 -08:00
integrations/veeam Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
kms Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
lambda Remove ~ from Object Lambda curl example (#16966) 2023-04-04 12:15:28 -07:00
logging update grafana dashboard with disk -> drive rename (#17857) 2023-08-15 16:04:20 -07:00
metrics Added list of scanner metrics to document (#18731) 2024-01-02 10:41:33 -08:00
multi-tenancy Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
multi-user check for quorum errors for DeleteBucket() (#16859) 2023-03-20 23:38:06 -07:00
orchestration Update yaml files to latest version RELEASE.2024-01-13T07-53-03Z 2024-01-13 09:24:52 +00:00
screenshots feat: Deprecate embedded browser and import console (#12460) 2021-06-17 20:27:04 -07:00
security cleanup markdown docs across multiple files (#14296) 2022-02-11 16:51:25 -08:00
select Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
site-replication replication: Pass metadata timestamps in CopyObject call (#18647) 2023-12-13 15:28:55 -08:00
sts doc: fix the name of RoleArn param in AssumeRoleWithWebIdentity requests (#18711) 2023-12-30 13:25:15 -08:00
throttle cleanup markdown docs across multiple files (#14296) 2022-02-11 16:51:25 -08:00
tls Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
LICENSE purge deprecate docker swarm documentation 2021-05-10 09:50:06 -07:00
hotfixes.md update hotfixes instructions and fix some typo 2022-03-25 23:49:28 -07:00
minio-limits.md clarify maximum number of buckets (#18718) 2023-12-27 13:52:19 -08:00