Skip to content

Commit 5d056fb

Browse files
committed
Add aws-sdk gem for activestorage uploads to S3
1 parent f6b02b8 commit 5d056fb

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ gem "honeybadger" # Error monitoring and uptime reporting [https://www.honeybadg
4747
gem "litestream" # Standalone streaming replication for SQLite [https://litestream.io]
4848
gem "web-push" # Web Push library for Ruby [https://github.com/pushpad/web-push]
4949
gem "fog-aws", require: false # Module for the 'fog' gem to support Amazon Web Services [https://github.com/fog/fog-aws]
50+
gem "aws-sdk-s3" # Official AWS Ruby gem for Amazon S3 [https://github.com/aws/aws-sdk-ruby]
5051

5152
# Admin
5253
gem "flipper-ui" # UI for the Flipper gem [https://www.flippercloud.io/docs/ui]

Gemfile.lock

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,22 @@ GEM
8383
addressable (2.8.7)
8484
public_suffix (>= 2.0.2, < 7.0)
8585
ast (2.4.2)
86+
aws-eventstream (1.3.0)
87+
aws-partitions (1.970.0)
88+
aws-sdk-core (3.202.2)
89+
aws-eventstream (~> 1, >= 1.3.0)
90+
aws-partitions (~> 1, >= 1.651.0)
91+
aws-sigv4 (~> 1.9)
92+
jmespath (~> 1, >= 1.6.1)
93+
aws-sdk-kms (1.88.0)
94+
aws-sdk-core (~> 3, >= 3.201.0)
95+
aws-sigv4 (~> 1.5)
96+
aws-sdk-s3 (1.159.0)
97+
aws-sdk-core (~> 3, >= 3.201.0)
98+
aws-sdk-kms (~> 1)
99+
aws-sigv4 (~> 1.5)
100+
aws-sigv4 (1.9.1)
101+
aws-eventstream (~> 1, >= 1.0.2)
86102
base64 (0.2.0)
87103
bcrypt (3.1.20)
88104
better_html (2.1.1)
@@ -249,6 +265,7 @@ GEM
249265
irb (1.14.0)
250266
rdoc (>= 4.0.0)
251267
reline (>= 0.4.2)
268+
jmespath (1.6.2)
252269
js (2.6.2)
253270
json (2.7.2)
254271
jwt (2.8.2)
@@ -557,6 +574,7 @@ PLATFORMS
557574
DEPENDENCIES
558575
activerecord-enhancedsqlite3-adapter
559576
activerecord-nulldb-adapter
577+
aws-sdk-s3
560578
bcrypt (~> 3.1.7)
561579
bootsnap
562580
brakeman

0 commit comments

Comments
 (0)