You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the most direct way would be to match up the keys in this file to the ones fog expects, so that you could just pass the return value from the config_for into the fog initializer. Hopefully that can get you what you need, and I don't think it should require any changes to fog-aws to support it.
I would be wary of using a default and/or using the same credentials in development and production though, as this could make it easy to accidentally override production data.
Hope that helps, since I don't think this should require changes I'll close this for now.
Currently, I want to create a
Fog
connection with params read from fileconfig/aws.yml
For example:
Can that be supported?
The text was updated successfully, but these errors were encountered: