mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

@noellabo 素のS3に頂いてきたキャッシュを開こうとしてCORS header ‘Access-Control-Allow-Origin’ missingで怒られます…。WebUI側に足りないのかな?

@noellabo おおお!再生できた!ありがとうございます。アクセスされる側にも必要なんですね(勉強しなくちゃ)下記のようにしてみました。

<?xml version="1.0" encoding="UTF-8"?>
<CORSConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
<CORSRule>
<AllowedOrigin>*</AllowedOrigin>
<AllowedMethod>GET</AllowedMethod>
</CORSRule>
</CORSConfiguration>

S3からのレスポンスには下記のヘッダが追加されました

Access-Control-Allow-Methods: GET
Access-Control-Allow-Origin: *