Last active
August 29, 2015 14:22
-
-
Save Fs02/9ccdcd0f79dc61016224 to your computer and use it in GitHub Desktop.
sample configuration for riak cs in fog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Fog::Storage.new( | |
| :provider => "AWS", | |
| :aws_access_key_id => "ACCESS_KEY", | |
| :aws_secret_access_key => "SECRET_KEY", | |
| :aws_signature_version => 2, | |
| :scheme => "http", | |
| connection_options: { | |
| proxy: "RIAK_CS_HOST", | |
| } | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment