-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Documentation: Add S3 IAM policy to be able to run Compactor #2817
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2817 +/- ##
=======================================
Coverage 61.30% 61.30%
=======================================
Files 179 179
Lines 14438 14438
=======================================
Hits 8851 8851
- Misses 4775 4779 +4
+ Partials 812 808 -4
|
@@ -51,6 +51,7 @@ When using S3 as object storage, the following permissions are needed: | |||
- `s3:ListBucket` | |||
- `s3:PutObject` | |||
- `s3:GetObject` | |||
- `s3:DeleteObject` (if running the compactor) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- `s3:DeleteObject` (if running the compactor) | |
- `s3:DeleteObject` (if running the Single Store (boltdb-shipper) compactor) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ha @owen-d was quick on the trigger. Thanks for this it looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
* fix a race in purger managing in process delete requests Signed-off-by: Sandeep Sukhani <sandeep.d.sukhani@gmail.com> * update changelog Signed-off-by: Sandeep Sukhani <sandeep.d.sukhani@gmail.com> * fix a problem in taking address of delete requests in loops Signed-off-by: Sandeep Sukhani <sandeep.d.sukhani@gmail.com> * minor nit Signed-off-by: Sandeep Sukhani <sandeep.d.sukhani@gmail.com> * nit suggested in PR review Signed-off-by: Sandeep Sukhani <sandeep.d.sukhani@gmail.com> Co-authored-by: Marco Pracucci <marco@pracucci.com>
What this PR does / why we need it: Updates docs to be able to run compactor on S3 storage