Skip to content

Instantly share code, notes, and snippets.

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 krishnan-mani/34df77be1277415edb8930f5a8f22352 to your computer and use it in GitHub Desktop.
Save krishnan-mani/34df77be1277415edb8930f5a8f22352 to your computer and use it in GitHub Desktop.
S3-lifecycle-configuration-update
rules.append({
'NoncurrentVersionExpiration' : {
'NoncurrentDays' : XYZ
},
'Status' : 'Enabled',
'Prefix' : prefix})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment