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

Fix s3 bucket reference #5867

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

chuckbutkus
Copy link

The FILE_STORE_PATH is always set and if S3 is the FILE_STORE type then FILE_STORE_PATH will have the S3 bucket name. There is no need for a separate S3 bucket variable.

@rbren
Copy link
Collaborator

rbren commented Dec 27, 2024

Hmm it feels weird to reuse FILE_STORE_PATH for a bucket name. Is there another way to fix the issue here?

@enyst
Copy link
Collaborator

enyst commented Dec 29, 2024

If we rename the setting, it affects user installations, it invalidates what they set. I'm not sure about this, sorry. It's alleviated by the fact that docker app users only use it since recently, but on the other hand it broke, and it would break again. 🤔

It seems with this solution, we still use a AWS_S3_BUCKET var, and a FILE_STORE_BUCKET var as well?

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.

3 participants