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

Programatically check configured AWS account has correct permissions on startup #219

Open
1 task
mdedetrich opened this issue May 9, 2022 · 0 comments
Open
1 task
Labels
enhancement New feature or request s3 Specifically related to Amazon's S3 storage backend

Comments

@mdedetrich
Copy link
Contributor

What is currently missing?

Currently when you use Guardian with the s3 backend it doesn't check if the configured S3 account has the necessary permissions for correct usage of Guardian.

If possible we can also check that the retention level for multipart upload chunks is greater than the configured time slice.

This is basically codifying what would be documented by #199

How could this be improved?

Current thinking is to use the official AWS Java S3 client to check ACL permissions (adding these features to Alpakka's S3 client would likely be considered out of scope and hence excessive). Just need to make sure that we use the same version of the Java S3 client that Alpakka brings in.

Is this a feature you would work on yourself?

  • I plan to open a pull request for this feature
@mdedetrich mdedetrich added s3 Specifically related to Amazon's S3 storage backend enhancement New feature or request labels May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request s3 Specifically related to Amazon's S3 storage backend
Projects
None yet
Development

No branches or pull requests

1 participant