1
Google Cloud Storage CORSリクエストでリクエストヘッダーを許可する方法を理解できません。リクエストヘッダー用のgoogle-cloud-storage CORS
文書によれば、the Range HTTP header is supportedによるが、クライアント側のXMLHttpRequestsで許可する方法が見つからない。それは結局のところ
$ gsutil cors get gs://df-ai-movies
[{"maxAgeSeconds": 3600, "method": ["GET", "HEAD", "OPTIONS"], "origin": ["*"], "responseHeader": ["Date"]}]