Skip to content

Commit

Permalink
Add support for using S3 as the object store
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Jul 3, 2019
1 parent aa01cdd commit 7be815e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ gem "mimemagic"
# Used for browser detection
gem "browser"

# Used for S3 object storage
gem "aws-sdk-s3"

# Used to resize user images
gem "mini_magick"

Expand Down
18 changes: 18 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,22 @@ GEM
ast (2.4.0)
autoprefixer-rails (8.6.5)
execjs
aws-eventstream (1.0.3)
aws-partitions (1.184.0)
aws-sdk-core (3.59.0)
aws-eventstream (~> 1.0, >= 1.0.2)
aws-partitions (~> 1.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-kms (1.23.0)
aws-sdk-core (~> 3, >= 3.58.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.45.0)
aws-sdk-core (~> 3, >= 3.58.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.1.0)
aws-eventstream (~> 1.0, >= 1.0.2)
better_errors (2.5.1)
coderay (>= 1.0.0)
erubi (>= 1.0.0)
Expand Down Expand Up @@ -206,6 +222,7 @@ GEM
image_size (2.0.1)
in_threads (1.5.2)
jaro_winkler (1.5.3)
jmespath (1.4.0)
jquery-rails (4.3.5)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
Expand Down Expand Up @@ -447,6 +464,7 @@ DEPENDENCIES
activerecord-import
annotate
autoprefixer-rails (~> 8.6.3)
aws-sdk-s3
better_errors
bigdecimal (~> 1.1.0)
binding_of_caller
Expand Down

0 comments on commit 7be815e

Please sign in to comment.