Skip to content

Commit

Permalink
Merge pull request #23037 from bobsut/patch-1
Browse files Browse the repository at this point in the history
docs/r/s3_bucket_intelligent_tiering: fix access_tier
  • Loading branch information
anGie44 authored Feb 10, 2022
2 parents 6f4138c + 9ed21e7 commit c64e73c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The `filter` configuration supports the following:

The `tiering` configuration supports the following:

* `access_tier` - (Required) S3 Intelligent-Tiering access tier. Valid values: `ARCHIVE_CONFIGURATION`, `DEEP_ARCHIVE_CONFIGURATION`.
* `access_tier` - (Required) S3 Intelligent-Tiering access tier. Valid values: `ARCHIVE_ACCESS`, `DEEP_ARCHIVE_ACCESS`.
* `days` - (Required) The number of consecutive days of no access after which an object will be eligible to be transitioned to the corresponding tier.

## Attributes Reference
Expand Down

0 comments on commit c64e73c

Please sign in to comment.