-
-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Log Storage Bucket #1
Conversation
README.md
Outdated
| `noncurrent_version_expiration_days`| `90` | Specifies when noncurrent object versions expire | No | | ||
| `standard_transition_days` | `30` | Number of days to persist in the standard storage tier before moving to the glacier tier| No | | ||
| `glacier_transition_days` | `60` | Number of days after which to move the data to the glacier storage tier | No | | ||
| `glacier_transition_days` | `90` | Number of days after which to expunge the objects | No | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rename to expiration_days
.
| `versioning_enabled` | `false` | Versioning is a means of keeping multiple variants of an object in the same bucket | No | | ||
| `noncurrent_version_transition_days`| `30` | Number of days to persist in the standard storage tier before moving to the glacier tier| No | | ||
| `noncurrent_version_expiration_days`| `90` | Specifies when noncurrent object versions expire | No | | ||
| `standard_transition_days` | `30` | Number of days to persist in the standard storage tier before moving to the glacier tier| No | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@osterman this should be "Number of days to persist in the standard storage tier before moving to the glacier tier infrequent access tier"
} | ||
|
||
variable "standard_transition_days" { | ||
description = "Number of days to persist in the standard storage tier before moving to the glacier tier" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
glacier infrequent access
what
why