Skip to content

Commit

Permalink
Modify bucket policies template
Browse files Browse the repository at this point in the history
  • Loading branch information
fdalmaup committed Nov 17, 2023
1 parent 68a0694 commit a4a4107
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions source/_templates/cloud/amazon/bucket_policies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"s3:ListBucket"
],
"Resource": [
"arn:aws:s3:::bucket-name/*",
"arn:aws:s3:::bucket-name"
"arn:aws:s3:::<bucket-name>/*",
"arn:aws:s3:::<bucket-name>"
]
}
]
Expand All @@ -38,11 +38,13 @@
"s3:DeleteObject"
],
"Resource": [
"arn:aws:s3:::bucket-name/*",
"arn:aws:s3:::bucket-name"
"arn:aws:s3:::<bucket-name>/*",
"arn:aws:s3:::<bucket-name>"
]
}
]
}
.. note:: ``<bucket-name>`` is a placeholder, replace it with the name of the bucket where you want to fetch the logs from.

.. End of include file

0 comments on commit a4a4107

Please sign in to comment.