Compatibility

Options to ensure S3 API compatibility.

Properties

PUT API support

The type of PUT support available in the API.

OptionLabelDescription
noneNo supportThe PUT operation is not supported by the API.
copy-onlyCopy onlyThe PUT API implementation only supports copy.
fullFull supportThe 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.

OptionLabelDescription
v1Issue ListObjectsThe API supports version 1 list items.
v2Issue ListObjectsV2The API supports version 2 list items.
  • Data type: string select
  • Default: v1
  • Configuration
  • Required

CLI: (cli)> config storage s3 <key> compatibility listobjects