Skip to content

Commit a83b380

Browse files
authored
storage_bucket: explain what happens when multiple conditions a… (#5736)
While this is explained in https://cloud.google.com/storage/docs/lifecycle#configuration, adding it here shouldn't hurt.
1 parent 5900b2d commit a83b380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/storage_bucket.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The `action` block supports:
115115

116116
* `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`.
117117

118-
The `condition` block supports the following elements, and requires at least one to be defined:
118+
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:
119119

120120
* `age` - (Optional) Minimum age of an object in days to satisfy this condition.
121121

0 commit comments

Comments
 (0)