Skip to content

Instantly share code, notes, and snippets.

@semmons99
Created February 11, 2011 13:56
Show Gist options
  • Save semmons99/822373 to your computer and use it in GitHub Desktop.
Save semmons99/822373 to your computer and use it in GitHub Desktop.
def s3
Fog::Storage.new(
provider: "AWS",
aws_access_key_id: Costal::Config::AWS_ACCESS_KEY_ID,
aws_secret_access_key: Costal::Config::AWS_SECRET_ACCESS_KEY
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment