-
Notifications
You must be signed in to change notification settings - Fork 28
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
Unable to configure S3 storage using environment variables #261
Comments
Thanks you for reporting. |
I belive you need to set variable that determines a storage type In config it is like storage:
type: "s3" It works for me with your case |
@tomtaylor let me know if it works for you |
Thanks for checking this, but that still doesn't work for me. In my first example I had the storage type configured in the config file, which is why I didn't include it. Is there anything I can do to try and trace what's going on here? |
Got it. I will double check it today |
@tomtaylor have you build it manually or just used docker container let's say? |
If it was downloaded from brew, I see a lost build flag |
Ah, yes, that will do it. I was using the Brew version. |
Noted. I will open issue in homebrew or open MR by myself |
Excellent, thank you. |
This MR have to resove this issue |
I'm trying to configure the S3 destination using environment variables as described in the documentation, but Greenmask doesn't seem to respect them. For example, I'm running:
The
PG
variables are respected, while theSTORAGE
variables aren't. Have I misunderstood how this is meant to work or is this a bug? Thanks a lot!The text was updated successfully, but these errors were encountered: