Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mandar242 committed Jun 25, 2024
1 parent 3a3cb5e commit de50d19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/s3_bucket_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
sample: "2021-01-21T12:44:10+00:00"
public_access_block:
description: Bucket public access block configuration.
returned: when O(bucket_facts=true) and RV(buckets.public_access_block=true)
returned: when O(bucket_facts=true) and RV(buckets.public_access_block=true).
type: dict
sample: {
"PublicAccessBlockConfiguration": {
Expand Down Expand Up @@ -455,7 +455,7 @@
sample: "arn:aws:iam::123:role/example-role"
Rules:
description: List of replication rules.
returned: when replication rule is defined/
returned: when replication rule is defined.
type: list
sample: [{ "ID": "rule-1", "Filter": "{}" }]
bucket_request_payment:
Expand Down

0 comments on commit de50d19

Please sign in to comment.