我正在使用 Golang package storage v1将文件上传到 Google Cloud Storage,使用以下方法:
func (r *ObjectsService) Insert(bucket string, object *Object) *ObjectsInsertCall
Insert: Stores a new object and metadata.
一切都很好,除了我不确定如何公开公开上传的文件,使用 Google 的开发人员控制台我可以通过单击公共链接复选框手动设置文件公开,知道如何使用上述 API 实现相同的结果吗?一个例子将不胜感激
守着一只汪
相关分类