我尝试为Google Cloud Storage存储桶设置Cache-Control标头。它给了我400: Invalid argument error
没有任何解释究竟是什么错误。有什么想法吗?
示例:
gsutil setmeta -R -h 'Cache-Control:public, max-age=10000, no-transform' gs://example.com/stylesheets/
在gs://example.com/stylesheets/site-77ee6060.css
上设置元数据
BadRequestException: 400 Invalid argument
尝试使用不同的max-age
,有或没有no-transform
,结果相同。
bucket配置为网站。
答案 0 :(得分:2)
我遇到了这个问题,发现我对该对象没有{{1}}权限(我团队中的其他人编辑了该对象)。