Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tricks and Tricks for S3 and LTS #655

Open
wwarriner opened this issue Jan 3, 2024 · 0 comments
Open

Tricks and Tricks for S3 and LTS #655

wwarriner opened this issue Jan 3, 2024 · 0 comments
Labels
fabric: storage Docs related to storage feat: article New article or section request

Comments

@wwarriner
Copy link
Contributor

What would you like to see added?

Comments in S3 IAM policies

S3 Policies, used by LTS for object-level access control within buckets, are JSON data. Comments are not part of the JSON specification, and AWS does not have a comment field in their IAM policy schema. However, the SID field of Statement objects is option and can be used as an ad-hoc comment. See here for an example.

Specifying "all actions" in IAM policies

Use the following Action block as part of a Statement object to specify all actions are affected by the statement.

"Action": [
  "s3:*"
]
@wwarriner wwarriner added fabric: storage Docs related to storage feat: article New article or section request labels Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fabric: storage Docs related to storage feat: article New article or section request
Projects
None yet
Development

No branches or pull requests

1 participant