Skip to content
Snippets Groups Projects
abi-netcdf-bucket-lifecycle.json 196 B
Newer Older
{
  "Rules": [
      {
          "ID": "Expire old NetCDF files",
          "Expiration": {
              "Days": 1
          },
          "Prefix": "",
          "Status": "Enabled"
      }
  ]
}