Skip to content

Instantly share code, notes, and snippets.

@chrishein
Created March 16, 2017 21:04
Show Gist options
  • Save chrishein/d0806cf402fe027df63c067935f88be0 to your computer and use it in GitHub Desktop.
Save chrishein/d0806cf402fe027df63c067935f88be0 to your computer and use it in GitHub Desktop.
Google Cloud Storage - Lifecycle
{
"lifecycle": {
"rule": [
{
"action": {
"type": "Delete"
},
"condition": {
"age": 30,
"isLive": true
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment