Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Google 云存储 (GCS) 中,您可以将元数据与每个对象(文件)相关联。我正在尝试使用某些元数据查询文件。但我找不到任何方法来做到这一点。请问有什么建议吗?
无法通过元数据进行查询 - 您可以通过对对象执行 HTTP HEAD 来检索特定对象的元数据。
Mike Schwartz,谷歌云存储团队