Retrieves credentials to upload a file.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
computenestsupplier:GetUploadCredentials |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| FileName |
string |
Yes |
The name of the file. |
template.yaml |
| Visibility |
string |
No |
The visibility of the bucket to which the file is uploaded. Valid values: public and private. A value of public means the file is uploaded to a public bucket. A value of private means the file is uploaded to a private bucket that requires authorization for access. Valid values:
|
public |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
PlainResult |
||
| Data |
object |
The returned data. |
|
| AccessKeyId |
string |
The AccessKey ID. |
STS.NUCe19W1FKaHAYAhe******** |
| AccessKeySecret |
string |
The AccessKey secret. |
8LQGp59mY23pcXeTdcvSA1cUQZBeD92sFrXi******** |
| SecurityToken |
string |
The security token. |
CAISzQN1q6Ft5B2yfSjIr5b2LouNuu5n/KOjQ3/wjGUHYdlagYGdmzz2IH1Le3NrBO8esfgymGFU6v8dlo1dYLQeHhadQI5cs80HtFqLSNaE65LswPlZ2M2ISETPJzfV9pCK |
| ExpireDate |
string |
The time when the permissions expire. |
2023-05-18T12:27:59Z |
| RegionId |
string |
The region ID. |
cn-hangzhou |
| BucketName |
string |
The bucket name. |
service-info-private |
| Key |
string |
The specific key. |
221514575922756034/cn-hangzhou/d57c62fbd508xxxxxxxx.json |
| Success |
boolean |
Indicates whether the call was successful. A value of true indicates success. A value of false indicates failure. |
true |
| Code |
string |
The return code of the call. |
200 |
| Message |
string |
The message returned for the request. |
Success. |
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| RequestId |
string |
The request ID. |
FCC3321E-D518-1BC4-861E-588E9D4DAFB7 |
Examples
Success response
JSON format
{
"Data": {
"AccessKeyId": "STS.NUCe19W1FKaHAYAhe********",
"AccessKeySecret": "8LQGp59mY23pcXeTdcvSA1cUQZBeD92sFrXi********",
"SecurityToken": "CAISzQN1q6Ft5B2yfSjIr5b2LouNuu5n/KOjQ3/wjGUHYdlagYGdmzz2IH1Le3NrBO8esfgymGFU6v8dlo1dYLQeHhadQI5cs80HtFqLSNaE65LswPlZ2M2ISETPJzfV9pCK",
"ExpireDate": "2023-05-18T12:27:59Z",
"RegionId": "cn-hangzhou",
"BucketName": "service-info-private",
"Key": "221514575922756034/cn-hangzhou/d57c62fbd508xxxxxxxx.json"
},
"Success": true,
"Code": "200",
"Message": "Success.",
"HttpStatusCode": 200,
"RequestId": "FCC3321E-D518-1BC4-861E-588E9D4DAFB7"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.