You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix Adding Unexpected Conditions
* Adds no_age field
* Modify no_age description and variables name.
Adds relevant comments.
* Fixes Build Failure
* Fixes indent issues and removes unnecessary condition.
* Modified condition to include case when no_age is not present in the file.
[upstream:cc5606ed9072cb2cea144c1769d601d71bdc8ed1]
Signed-off-by: Modular Magician <[email protected]>
Copy file name to clipboardExpand all lines: website/docs/r/storage_bucket.html.markdown
+2
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,8 @@ The following arguments are supported:
147
147
148
148
*`age` - (Optional) Minimum age of an object in days to satisfy this condition.
149
149
150
+
*`no_age` - (Optional) While set `true`, `age` value will be omitted. **Note** Required to set `true` when `age` is unset in the config file.
151
+
150
152
*`created_before` - (Optional) A date in the RFC 3339 format YYYY-MM-DD. This condition is satisfied when an object is created before midnight of the specified date in UTC.
151
153
152
154
*`with_state` - (Optional) Match to live and/or archived objects. Unversioned buckets have only live objects. Supported values include: `"LIVE"`, `"ARCHIVED"`, `"ANY"`.
0 commit comments