Skip to content

Commit 6e5e227

Browse files
committed
storage_bucket: explain what happens when multiple conditions are specified
While this is explained in https://cloud.google.com/storage/docs/lifecycle#configuration, adding it here shouldn't hurt.
1 parent dfec5d4 commit 6e5e227

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
@@ -90,7 +90,7 @@ The `action` block supports:
9090

9191
* `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`.
9292

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):
9494

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

0 commit comments

Comments
 (0)