Skip to content

Instantly share code, notes, and snippets.

@Fs02
Last active August 29, 2015 14:22
Show Gist options
  • Select an option

  • Save Fs02/9ccdcd0f79dc61016224 to your computer and use it in GitHub Desktop.

Select an option

Save Fs02/9ccdcd0f79dc61016224 to your computer and use it in GitHub Desktop.
sample configuration for riak cs in fog
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