Amazon S3 API · JSON Structure

S3 Lifecyclerule Structure

A lifecycle rule for individual objects in an Amazon S3 bucket.

Type: object Properties: 0
Cloud StorageObject StorageStorage

S3 Lifecyclerule Structure is a JSON Structure definition published by Amazon S3 API. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "title": "LifecycleRule",
  "type": "object",
  "description": "A lifecycle rule for individual objects in an Amazon S3 bucket.",
  "fields": [
    {
      "name": "Expiration",
      "type": "string"
    },
    {
      "name": "ID",
      "type": "string"
    },
    {
      "name": "Prefix",
      "type": "string"
    },
    {
      "name": "Filter",
      "type": "string"
    },
    {
      "name": "Status",
      "type": "string"
    },
    {
      "name": "Transitions",
      "type": "string"
    },
    {
      "name": "NoncurrentVersionTransitions",
      "type": "string"
    },
    {
      "name": "NoncurrentVersionExpiration",
      "type": "object",
      "description": "Specifies when noncurrent object versions expire. Upon expiration, Amazon S3 permanently deletes the noncurrent object versions. You set this lifecycle configuration action on a bucket that has versioning enabled (or suspended) to request that Amazon S3 delete noncurrent object versions at a specific period in the object's lifetime."
    },
    {
      "name": "AbortIncompleteMultipartUpload",
      "type": "object",
      "description": "Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html#mpu-abort-incomplete-mpu-lifecycle-config\"> Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle Policy</a> in the <i>Amazon S3 User Guide</i>."
    }
  ]
}