我尝试使用管理站点UI和gsutil更改文件的Content-Disposition
标题,但它不起作用。我的意思是,通过打开元数据URL,我得到一个JSON,其中所有更改的值都正确显示:
"contentDisposition": "attachment;filename=\"qwe\"",
"cacheControl": "public, max-age=3600",
"metadata": {
"foo": " ã"
},
但它似乎对实际标题没有任何影响。
content-disposition: attachment
cache-control: public, max-age=3600, must-revalidate
但是,更改Content-Type
有效。我不明白。无论如何,他们都会违反某些规定。