Skip to content

Commit

Permalink
storage_bucket: Correct website docs (#3235)
Browse files Browse the repository at this point in the history
The website block of storage_bucket requires at least one of not_found_page and main_page_suffix to be set

Co-authored-by: Calle Pettersson <[email protected]>
  • Loading branch information
megan07 and carlpett authored Mar 9, 2020
1 parent 2c9cff0 commit aeb7b24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ The `versioning` block supports:

* `enabled` - (Required) While set to `true`, versioning is fully enabled for this bucket.

The `website` block supports:
The `website` block supports the following elements, and requires at least one to be defined:

* `main_page_suffix` - (Optional) Behaves as the bucket's directory index where
missing objects are treated as potential directories.
Expand Down

0 comments on commit aeb7b24

Please sign in to comment.