BucketGenerateCredentials interface
Bucket Access Key、Secret Key 和 Expry date and time of the key pair
属性
| access |
访问存储桶所需的 Access Key 以及 Secret Key。 |
| key |
存储桶的 Access 和 Secret key 对到期日期和时间(UTC 格式)。 |
| secret |
访问存储桶所需的 Secret Key 以及 Access Key。 |
属性详细信息
accessKey
访问存储桶所需的 Access Key 以及 Secret Key。
accessKey?: string
属性值
string
keyPairExpiry
存储桶的 Access 和 Secret key 对到期日期和时间(UTC 格式)。
keyPairExpiry?: Date
属性值
Date
secretKey
访问存储桶所需的 Secret Key 以及 Access Key。
secretKey?: string
属性值
string