How do you get or generate a URL to the object in a bucket?

后端 未结 2 598
遥遥无期
遥遥无期 2020-12-29 05:16

I\'m storing objects in buckets on google cloud storage. I would like to provide a http url to the object for download. Is there a standard convention or way to expose files

2条回答
  •  囚心锁ツ
    2020-12-29 05:48

    One way is to use https://storage.cloud.google.com// see more documentation at https://developers.google.com/storage/docs/collaboration#browser

提交回复
热议问题