-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(backend): オブジェクトストレージの設定でPrefixを設定していなかった場合、nullが文字列として展開・ドメインの1つ… #15432
fix(backend): オブジェクトストレージの設定でPrefixを設定していなかった場合、nullが文字列として展開・ドメインの1つ… #15432
Conversation
このPRによるapi.jsonの差分 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #15432 +/- ##
===========================================
- Coverage 38.64% 38.64% -0.01%
===========================================
Files 1607 1607
Lines 204774 204775 +1
Branches 4016 4018 +2
===========================================
Hits 79141 79141
- Misses 124991 124992 +1
Partials 642 642 ☔ View full report in Codecov by Sentry. |
めちゃ歓迎だけど、この影響を受けていた既存のサーバーは今までアップロードされてたやつおかしくなりそう〜〜〜 |
このPRをマージしても影響するのは新規にアップロードされるやつだけですね |
Prefixを設定していない状態で保存できないようにする選択肢はないでしょうか? |
|
APIの変更は#15454 も含めて別PRで修正しようと思います |
また、オブジェクトストレージのprefixがnullであること自体はS3で許容されていることなので特段不都合がないなら今のPRの変更で問題がないんじゃないかと思います |
Thank you 🙏 |
What
objectStoragePrefix
がnullな際に、https://{domain}/null/{filename}
またはhttps://{domain}//{filename}
になるのを修正Why
fix #13963
fix #7613
Additional info (optional)
参考:
Checklist