Skip to content

Commit

Permalink
Merge pull request #4684 from jbruett/patch-2
Browse files Browse the repository at this point in the history
fix documentation description of replica_kms_key_id
  • Loading branch information
bflad authored May 30, 2018
2 parents 59011c7 + 273d6ac commit c9b2f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/s3_bucket.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ The `destination` object supports the following:

* `bucket` - (Required) The ARN of the S3 bucket where you want Amazon S3 to store replicas of the object identified by the rule.
* `storage_class` - (Optional) The class of storage used to store the object.
* `replica_kms_key_id` - (Optional) Destination KMS encryption key ID for SSE-KMS replication. Must be used in conjunction with
* `replica_kms_key_id` - (Optional) Destination KMS encryption key ARN for SSE-KMS replication. Must be used in conjunction with
`sse_kms_encrypted_objects` source selection criteria.

The `source_selection_criteria` object supports the following:
Expand Down

0 comments on commit c9b2f22

Please sign in to comment.