# 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:** 9

<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 月 18 日午後 5:25 UTC](https://meta.discourse.org/t/s3-not-aws-backups-stopped-working-presumably-since-an-update/382582/9 "2025-09-18T17:25:23Z")

</div>

> [@Fma965](#):
>
> これはDiscourseのバグのようですね。

実際には、何千人もの人々やCDCKホスティングも影響を受ける可能性が高いですが、そうではありません。`app.yml`の行に文字を削除または追加した可能性の方がはるかに高いです。

以下のようなことができます。

```plaintext
grep -i S3 /var/discourse/containers/*

```

```plaintext
docker exec -it app bash -c 'grep s3 /var/www/discourse/config/discourse.conf

```

そして、ENV変数ではなく設定でs3を構成した場合、[アップロード用のS3互換オブジェクトストレージプロバイダーを構成する](https://meta.discourse.org/t/configure-an-s3-compatible-object-storage-provider-for-uploads/148916)を見て、それらがどのようになっているかを確認できます。

---

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