Amazon S3 API · Schema

PutObjectLockConfigurationRequest

Cloud StorageObject StorageStorage

Properties

Name Type Description
ObjectLockConfiguration object
View JSON Schema on GitHub

JSON Schema

s3-putobjectlockconfigurationrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PutObjectLockConfigurationRequest",
  "type": "object",
  "properties": {
    "ObjectLockConfiguration": {}
  }
}