Amazon S3 API · JSON Structure

S3 Noncurrentversionexpiration Structure

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.

Type: object Properties: 0
Cloud StorageObject StorageStorage

S3 Noncurrentversionexpiration 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": "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.",
  "fields": [
    {
      "name": "NoncurrentDays",
      "type": "string"
    },
    {
      "name": "NewerNoncurrentVersions",
      "type": "string"
    }
  ]
}