0.0
No commit activity in last 3 years
No release in over 3 years
This gem create unsigned url S3 with version 2 of AWS SDK for Ruby. This gem is too small
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0
>= 2.0.1, ~> 2.0
~> 3.12
>= 2.8.0, ~> 2.8
~> 0.19.1
 Project Readme

Presigner

Dependency Status

CLI allows you to create presigned URLs for S3. It use version 2 of AWS SDK for Ruby. If you would like to know about version 2 of AWS SDK for Ruby, please read the link below:

http://docs.aws.amazon.com/sdkforruby/api/Aws/S3.html

Installation

$ [sudo] gem install presigner-v2

Build and install gem using gem install:

$ bundle install
$ rake install

Usage

$ presigner url ACCESS_KEY_ID SECRET_ACCESS_KEY BUCKET KEY

License

MIT © Sota Yamashita