Skip to content

Commit

Permalink
Fix: Downgrade s3 api
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Feb 7, 2025
1 parent 27bb00e commit 457dbd6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
4 changes: 3 additions & 1 deletion backend/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ gem "connection_pool", "~> 2.4"

gem "request_store_rails", "~> 2.0"

gem "aws-sdk-s3", "~> 1.177"
# https://github.com/rails/rails/issues/54374#issuecomment-2617377315
gem "aws-sdk-s3", "1.170", require: false
gem "aws-sdk-core", "3.211"

gem "bullet", group: "development"

Expand Down
13 changes: 7 additions & 6 deletions backend/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,16 +102,16 @@ GEM
async-container (~> 0.16)
aws-eventstream (1.3.0)
aws-partitions (1.1047.0)
aws-sdk-core (3.218.0)
aws-sdk-core (3.211.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.98.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sdk-kms (1.96.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.180.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sdk-s3 (1.170.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.11.0)
Expand Down Expand Up @@ -408,7 +408,8 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
aws-sdk-s3 (~> 1.177)
aws-sdk-core (= 3.211)
aws-sdk-s3 (= 1.170)
bootsnap
bullet
color-generator (~> 0.0.4)
Expand Down

0 comments on commit 457dbd6

Please sign in to comment.