Files
puppet-swift/releasenotes/notes/s3api-more-parameters-54a8d24510a662ea.yaml
Takashi Kajinami b153bb414c Add missing s3api parameters
This change introduces some parameters to swift::proxy::s3api, to
improve support coverage about s3api parameters.
Note that this change also removes redundant default definition about
the max_upload_part_num parameter.

Change-Id: I88a136115ea454bc6e3dcb32dc72407799899c59
2020-12-29 12:53:26 +09:00

17 lines
417 B
YAML

---
features:
- |
The following parameters have been added to the ``swift::proxy::s3api``
class.
- ``dns_compliant_bucket_names``
- ``max_bucket_listing``
- ``max_parts_listing``
- ``max_multi_delete_objects``
- ``multi_delete_concurrency``
- ``storage_domain``
- ``allow_multipart_uploads``
- ``force_swift_request_proxy_log``
- ``min_segment_size``
- ``log_name``