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
Copy file name to clipboardExpand all lines: website/docs/r/storage_bucket.html.markdown
+1-1
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ The `action` block supports:
90
90
91
91
*`storage_class` - (Required if action type is `SetStorageClass`) The target [Storage Class](https://cloud.google.com/storage/docs/storage-classes) of objects affected by this Lifecycle Rule. Supported values include: `MULTI_REGIONAL`, `REGIONAL`, `NEARLINE`, `COLDLINE`.
92
92
93
-
The `condition` block supports the following elements, and requires at least one to be defined:
93
+
The `condition` block supports the following elements, and requires at least one to be defined (If you specify multiple conditions in a rule, an object has to match all of the conditions for the action to be taken):
94
94
95
95
*`age` - (Optional) Minimum age of an object in days to satisfy this condition.
0 commit comments