# S3（AWSではない）がランダムに機能しなくなった、おそらくアップデート以降

**URL:** https://meta.discourse.org/t/s3-not-aws-backups-stopped-working-presumably-since-an-update/382582
**Category:** Support
**Tags:** s3
**Created:** [2025 年 9 月 14 日午前 10:42 UTC](https://meta.discourse.org/t/s3-not-aws-backups-stopped-working-presumably-since-an-update/382582 "2025-09-14T10:42:24Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [2025 年 9 月 14 日午後 3:07 UTC](https://meta.discourse.org/t/s3-not-aws-backups-stopped-working-presumably-since-an-update/382582/2 "2025-09-14T15:07:43Z")

</div>

はい。AWSが多くの他のサービスでS3ライブラリを壊しました。

[Can't rebuild due to AWS SDK gem bump and new AWS Data Integrity Protections](https://meta.discourse.org/t/cant-rebuild-due-to-aws-sdk-gem-bump-and-new-aws-data-integrity-protections/354217/) には、いくつかの回避策があります。

古いバージョンに戻すために `aws-revert-template.yml` を作成しました。まだ機能するかどうかはわかりません。私のファイルは 2025-08-06T05:00:00Z の日付です。

> [@Can't rebuild due to AWS SDK gem bump and new AWS Data Integrity Protections](https://meta.discourse.org/t/cant-rebuild-due-to-aws-sdk-gem-bump-and-new-aws-data-integrity-protections/354217/49?u=pfaffman):
>
> But I did for a site that’s using Backblaze. I created a template I put in /root/aws-revert-template.yml with this: # This template reverts aws-sdk-s3 to a version that works with backblaze params: home: /var/www/discourse hooks: after\_bundle\_exec: - exec: cd: $home cmd: - bundle config set frozen false - "sed -i 's/gem \"aws-sdk-s3\", require: false/gem \"aws-sdk-s3\", \"1.177.0\", require: false/' Gemfile" - bundle update aws-sdk-s3 …

---

_[View the full topic](https://meta.discourse.org/t/s3-not-aws-backups-stopped-working-presumably-since-an-update/382582)._
