Compatibility
Options to ensure S3 API compatibility.
Properties
PUT API support
The type of PUT support available in the API.
| Option | Label | Description |
|---|---|---|
none | No support | The PUT operation is not supported by the API. |
copy-only | Copy only | The PUT API implementation only supports copy. |
full | Full support | The PUT API implementation supports copy and rename operations. |
- Data type: string select
- Default:
full - Configuration
- Required
CLI: (cli)> config storage s3 <key> compatibility put-api
ListObjects support
The type of list support available in the API.
| Option | Label | Description |
|---|---|---|
v1 | Issue ListObjects | The API supports version 1 list items. |
v2 | Issue ListObjectsV2 | The API supports version 2 list items. |
- Data type: string select
- Default:
v1 - Configuration
- Required
CLI: (cli)> config storage s3 <key> compatibility listobjects
