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

Support nested folders inside s3 bucket #5690

Closed
guvmao opened this issue Mar 22, 2022 · 3 comments
Closed

Support nested folders inside s3 bucket #5690

guvmao opened this issue Mar 22, 2022 · 3 comments

Comments

@guvmao
Copy link

guvmao commented Mar 22, 2022

Is your feature request related to a problem? Please describe.
When storing data in S3, it can only be stored in the root directory. Cannot store inside nested folders.

Describe the solution you'd like
Specify an option, such as Prefix, to set where the data is stored in the S3 bucket. BucketName/FolderName/index

@SilverPhoenix99
Copy link

I have a couple of use cases for this:

  1. In some organizations, the S3 buckets are managed by IT, while each team only manages the contents of their own assigned bucket. Without being able to create buckets, the team could define a prefix for Loki data on their own bucket. While this use case doesn't apply specifically to me, it could provide teams with some independence.
  2. In my particular case, I've been having permission issues after creating new buckets, and until I'm able to sort it, or as a permanent alternative, I could have had Loki run in one of the other buckets that are working fine, under a prefix.

@dennisgeerts
Copy link

I'm having the same issue.
If I want to run Loki for 2 environments, should i be creating two S3 buckets ?

@dannykopping
Copy link
Contributor

Duplicate of #5889

@dannykopping dannykopping marked this as a duplicate of #5889 Sep 28, 2022
@dannykopping dannykopping closed this as not planned Won't fix, can't repro, duplicate, stale Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants