Skip to content

Instantly share code, notes, and snippets.

@dfalmeida
Last active April 30, 2020 08:44
Show Gist options
  • Save dfalmeida/e6ac326292080c510bca1b82abf45d18 to your computer and use it in GitHub Desktop.
Save dfalmeida/e6ac326292080c510bca1b82abf45d18 to your computer and use it in GitHub Desktop.
Signed Url Example
# From: https://github.com/stavro/arc/blob/master/README.md#url-generation
Avatar.url({"selfie.png", user}, :thumb, signed: true, expires_in: 3600)
#=> "https://bucket.s3.amazonaws.com/uploads/1/thumb.png?AWSAccessKeyId=AKAAIPDF14AAX7XQ&Signature=5PzIbSgD1V2vPLj%2B4WLRSFQ5M%3D&Expires=1434395458"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment