-
Notifications
You must be signed in to change notification settings - Fork 346
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 for fog_path_style config option #302
Conversation
@@ -106,6 +111,10 @@ | |||
expect(AssetSync.config.fog_region).to eq("eu-west-1") | |||
end | |||
|
|||
it "should configure path_style" do | |||
AssetSync.config.fog_path_style.should be_truthy |
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.
Should use expect(AssetSync.config.fog_path_style).to be_truthy
Please also change README for this new option |
Done. Let me know if something else can be improved. Thanks in advance. |
In the changed README To make this PR easier to be merged |
@PikachuEXE Ups, updated. Just kept the fog optional options |
Thanks ;) |
The new option seems to be AWS only right? |
AFAIK is Thanks. |
Support for fog_path_style config option