IBM Cloud 对象存储:aws_access_key_id 的价值是多少?
IBM Cloud object storage: What is value of aws_access_key_id?
以下是 IBM Cloud 对象存储服务的服务凭证中的字段(匿名值)。哪个字段映射到 aws_access_key_id 以使用 S3 API?不幸的是我无法在文档中的任何地方找到这个映射!!!好伤心
{
"apikey": "anonymized",
"endpoints": "https://cos-service.bluemix.net/endpoints",
"iam_apikey_description": "Auto generated apikey during resource-key operation for Instance - crn:v1:bluemix:public:cloud-object-storage:global:a/anonymized",
"iam_apikey_name": "auto-generated-apikeyanonymized",
"iam_role_crn": "crn:v1:bluemix:public:iam::::serviceRole:Writer",
"iam_serviceid_crn": "crn:v1:bluemix:public:iam-identity::a/anonymized",
"resource_instance_id": "crn:v1:bluemix:public:cloud-object-storage:global:a/anonymized"
}
请参阅此处生成 HMAC(S3 样式凭据)
https://console.bluemix.net/docs/services/cloud-object-storage/iam/service-credentials.html#service-credentials
创建服务凭证后,HMAC 密钥包含在 cos_hmac_keys 字段中
以下是 IBM Cloud 对象存储服务的服务凭证中的字段(匿名值)。哪个字段映射到 aws_access_key_id 以使用 S3 API?不幸的是我无法在文档中的任何地方找到这个映射!!!好伤心
{ "apikey": "anonymized", "endpoints": "https://cos-service.bluemix.net/endpoints", "iam_apikey_description": "Auto generated apikey during resource-key operation for Instance - crn:v1:bluemix:public:cloud-object-storage:global:a/anonymized", "iam_apikey_name": "auto-generated-apikeyanonymized", "iam_role_crn": "crn:v1:bluemix:public:iam::::serviceRole:Writer", "iam_serviceid_crn": "crn:v1:bluemix:public:iam-identity::a/anonymized", "resource_instance_id": "crn:v1:bluemix:public:cloud-object-storage:global:a/anonymized" }
请参阅此处生成 HMAC(S3 样式凭据) https://console.bluemix.net/docs/services/cloud-object-storage/iam/service-credentials.html#service-credentials
创建服务凭证后,HMAC 密钥包含在 cos_hmac_keys 字段中