Skip to content

Instantly share code, notes, and snippets.

@nna774
Created January 14, 2020 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nna774/7c75afe4faadb193c1d9dd13e0eef3d9 to your computer and use it in GitHub Desktop.
Save nna774/7c75afe4faadb193c1d9dd13e0eef3d9 to your computer and use it in GitHub Desktop.
lifecycle.json
{
"lifecycle": {
"rule": [
{
"action": {
"type": "SetStorageClass",
"storageClass": "archive"
},
"condition": {
"age": 30
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment