Files
fd9ceecc506f88cd940edd7bb369574c044c5038
swift /doc /s3api /rnc
Aymeric Ducroquetz fd2dd11562 s3api: Make the 'Quiet' key value case insensitive
When deleting multiple objects, S3 allows to enable
a quiet mode with the 'Quiet' key.
At AWS S3, the value of this key is case-insensitive.
- Quiet mode is enabled if the value is 'true'
 (regardless of case).
- Otherwise, in all other cases (even a non-boolean value),
 this mode will be disabled.
Also, some tools (like Minio's python API) send the value 'True'
(and not 'true').
Change-Id: Id9d1da2017b8d13242ae1f410347febb013e9ce1
2022年03月24日 20:22:21 +01:00
..