Skip to content

Commit

Permalink
add aws-sdk-s3 gem (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeig authored May 7, 2024
1 parent d4d26e1 commit faf104a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ group :development do
end

group :production do
gem "aws-sdk-s3", require: false
gem "figaro", "~> 1.2"
gem "sidekiq", "~> 6.0"
gem "whenever", require: false
Expand Down
18 changes: 18 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,22 @@ GEM
airbrussh (1.5.2)
sshkit (>= 1.6.1, != 1.7.0)
ast (2.4.2)
aws-eventstream (1.3.0)
aws-partitions (1.920.0)
aws-sdk-core (3.193.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.80.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.148.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.2.0)
batch-loader (1.5.0)
bcrypt (3.1.19)
Expand Down Expand Up @@ -477,6 +493,7 @@ GEM
ruby-vips (>= 2.0.17, < 3)
invisible_captcha (0.13.0)
rails (>= 3.2.0)
jmespath (1.6.2)
json (2.6.3)
jwt (2.5.0)
kaminari (1.2.2)
Expand Down Expand Up @@ -855,6 +872,7 @@ PLATFORMS
ruby

DEPENDENCIES
aws-sdk-s3
bootsnap (~> 1.3)
brakeman (~> 5.4)
byebug (~> 11.0)
Expand Down

0 comments on commit faf104a

Please sign in to comment.