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

mention s3:GetBucketVersioning permission in README #776

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

vitaliyf
Copy link
Contributor

@vitaliyf vitaliyf commented Nov 2, 2023

#556 added a check if S3 bucket versioning is enabled, but this requires its own IAM permission.

Without this permissions there are periodic AccessDenied errors in logs while making GET /?versioning= HTTP/1.1 from isVersioningEnabled() though they appear to be harmless if versioning isn't being used.

Altinity#556 added a check if S3 bucket versioning is enabled, but this requires its own IAM permission. Without this permissions there are periodic `AccessDenied` errors in logs while making `GET /?versioning= HTTP/1.1` from isVersioningEnabled() though they appear to be harmless if versioning isn't being used.
@Slach
Copy link
Collaborator

Slach commented Nov 2, 2023

nice catch, thanks for contributing

@Slach Slach merged commit 2149ca0 into Altinity:master Nov 2, 2023
18 checks passed
@vitaliyf vitaliyf deleted the patch-1 branch November 2, 2023 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants