Amazon S3 API · Schema

NoncurrentVersionTransitionList

Cloud StorageObject StorageStorage
View JSON Schema on GitHub

JSON Schema

s3-noncurrentversiontransitionlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "NoncurrentVersionTransitionList",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "NoncurrentDays": {},
      "StorageClass": {},
      "NewerNoncurrentVersions": {}
    },
    "description": "Container for the transition rule that describes when noncurrent objects transition to the <code>STANDARD_IA</code>, <code>ONEZONE_IA</code>, <code>INTELLIGENT_TIERING</code>, <code>GLACIER_IR</code>, <code>GLACIER</code>, or <code>DEEP_ARCHIVE</code> storage class. If your bucket is versioning-enabled (or versioning is suspended), you can set this action to request that Amazon S3 transition noncurrent object versions to the <code>STANDARD_IA</code>, <code>ONEZONE_IA</code>, <code>INTELLIGENT_TIERING</code>, <code>GLACIER_IR</code>, <code>GLACIER</code>, or <code>DEEP_ARCHIVE</code> storage class at a specific period in the object's lifetime."
  }
}