如何使用Paperclip / fog为Google存储上托管的文件设置Cache Control标头?

时间:2016-11-16 12:38:54

标签: paperclip google-cloud-storage fog fog-google

我可以使用Paperclip和fog-google将文件上传到我的Google存储空间。

如何设置文件头?我在fog-aws中搜索等效的s3_headers选项。

我尝试过google_headers和fog_headers选项但没有成功。

1 个答案:

答案 0 :(得分:3)

我们走了:

fog_file: {
   cache_control: 'max-age=86400'
}