Skip to content

Commit

Permalink
ajoute la gem aws-sdk-s3 pour le storage
Browse files Browse the repository at this point in the history
  • Loading branch information
yaf committed Jan 24, 2019
1 parent 2cfd8c4 commit ce24249
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -46,6 +46,7 @@ gem 'sentry-raven'
gem 'rack-ssl-enforcer'
gem 'mailjet'
gem 'letter_opener_web'
gem 'aws-sdk-s3'

# a supprimer : bascule vers active_storage ou upload avec traitement direct
gem 'carrierwave'
Expand Down
17 changes: 17 additions & 0 deletions Gemfile.lock
Expand Up @@ -48,6 +48,21 @@ GEM
io-like (~> 0.3.0)
arel (9.0.0)
awesome_print (1.8.0)
aws-eventstream (1.0.1)
aws-partitions (1.134.0)
aws-sdk-core (3.46.0)
aws-eventstream (~> 1.0)
aws-partitions (~> 1.0)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-kms (1.13.0)
aws-sdk-core (~> 3, >= 3.39.0)
aws-sigv4 (~> 1.0)
aws-sdk-s3 (1.30.1)
aws-sdk-core (~> 3, >= 3.39.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.0)
aws-sigv4 (1.0.3)
bcrypt (3.1.12)
bindex (0.5.0)
bootsnap (1.3.2)
Expand Down Expand Up @@ -111,6 +126,7 @@ GEM
jbuilder (2.8.0)
activesupport (>= 4.2.0)
multi_json (>= 1.2)
jmespath (1.4.0)
json (2.1.0)
launchy (2.4.3)
addressable (~> 2.3)
Expand Down Expand Up @@ -278,6 +294,7 @@ PLATFORMS

DEPENDENCIES
awesome_print
aws-sdk-s3
bcrypt (~> 3.1.7)
bootsnap (>= 1.1.0)
byebug
Expand Down

0 comments on commit ce24249

Please sign in to comment.