
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
17 lines
417 B
YAML
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``
|