简体   繁体   English

有用于IBM云对象存储(IBM COS)的Java SDK吗?在哪里可以找到一些示例?

[英]Are there any for java sdks for IBM cloud object storage (IBM COS), and where can I find some examples?

I am planing to use IBM COS as an object storage solution. 我计划将IBM COS用作对象存储解决方案。 Are there any SDKs for JAVA which can be used for authentication and managing the objects via REST calls ? 是否有用于JAVA的SDK,可用于通过REST调用进行身份验证和管理对象?

I am able to connect to the bucket using cyberDuck. 我可以使用cyberDuck连接到存储桶。 But need to manage the objects using Java and Rest APIs. 但是需要使用Java和Rest API管理对象。

I am able to authenticate in postman using authorization type as 'AWS Signature', and giving my AccessKey and SecretKey, leaving advanced fields empty. 我可以使用授权类型作为“ AWS签名”在邮递员中进行身份验证,并提供我的AccessKey和SecretKey,而将高级字段保留为空。 I see that 3 Headers are added after this - Host, X-Amz-Date and Authorization. 我看到在此之后添加了3个标题-主机,X-Amz-日期和授权。

Authorization headers starts like AWS4-HMAC-SHA256 Credential=******** 授权标头的开头类似于AWS4-HMAC-SHA256 Credential = ********

是的,这里是有关IBM Cloud Object Storage Java SDK的信息https://console.bluemix.net/docs/services/cloud-object-storage/libraries/java.html#using-java

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM