【发布时间】:2014-12-12 05:07:19
【问题描述】:
我想使用对象的元数据对我的 SWIFT 存储进行搜索。
例如,如果我所有的对象都有X-object-Meta-startTime: <value> 的元数据
我的目标是搜索 startTime 为 20 的对象。
swift 本身还没有实现:https://blueprints.launchpad.net/swift/+spec/searchable-metadata
jclouds 中是否有这样的 API?可能吗? (我正在使用 jclouds 与 swift 交互)
【问题讨论】:
标签: java jclouds openstack-swift