How to name a servingURL myself?(如何自己命名servingURL?)
问题描述
我想从存储在 Google-CS 存储桶中的图像文件中获取服务 URL,该存储桶由我自己命名:
I want a servingURL out of a image-file stored in a Google-CS bucket, which is named by myself:
我想自己命名服务 URL.我有一个单独的微服务,它应该定义服务 URL 的名称.在这种情况下,我不必从 Google-AE 到我的微服务进行往返,因为微服务会处理授权.
I want to name the servingURL myself. I have a seperate microservice which should define the name of the servingURL. In that case I don't have to make a roundtrip from Google-AE to my microservice since the microservice handles the authorization.
有没有办法明确定义服务 URL 名称?
Is there a way to define a servingURL name explicit?
推荐答案
不要使用servingURL.直接获取图片:
Don't use a servingURL. Get images directly:
https://storage.googleapis.com/myBucket/avatar.png
https://storage.googleapis.com/myBucket/12345_avatar.png
https://storage.googleapis.com/myBucket/12345/avatar.png
或您用于存储图像的任何其他模式.
or any other pattern that you use for storing your images.
那么你就没有额外的往返了.
Then you have no extra roundtrips.
这篇关于如何自己命名servingURL?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何自己命名servingURL?


- 在 Java 中,如何将 String 转换为 char 或将 char 转换 2022-01-01
- 将 Java Swing 桌面应用程序国际化的最佳实践是什么? 2022-01-01
- Eclipse 的最佳 XML 编辑器 2022-01-01
- 如何使 JFrame 背景和 JPanel 透明且仅显示图像 2022-01-01
- 转换 ldap 日期 2022-01-01
- 获取数字的最后一位 2022-01-01
- 如何指定 CORS 的响应标头? 2022-01-01
- java.lang.IllegalStateException:Bean 名称“类别"的 BindingResult 和普通目标对象都不能用作请求属性 2022-01-01
- GC_FOR_ALLOC 是否更“严重"?在调查内存使用情况时? 2022-01-01
- 未找到/usr/local/lib 中的库 2022-01-01