Returns the specified S3 location
GEThttps://api.spectrocloud.com/v1/users/assets/locations/s3/:uid
Returns the specified S3 location
Request
Path Parameters
uid stringrequired
Specify the S3 location uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
metadata
object
spec
object
{
"metadata": {
"annotations": {},
"labels": {},
"name": "string"
},
"spec": {
"config": {
"bucketName": "string",
"caCert": "string",
"credentials": {
"accessKey": "string",
"credentialType": "secret",
"partition": "aws",
"policyARNs": [
"string"
],
"secretKey": "string",
"sts": {
"arn": "string",
"externalId": "string"
}
},
"region": "string",
"s3ForcePathStyle": true,
"s3Url": "string",
"useRestic": true
},
"isDefault": true,
"type": "string"
}
}
- curl
- python
- go
- nodejs
- java
- CURL
curl -L 'https://api.spectrocloud.com/v1/users/assets/locations/s3/:uid' \
-H 'Accept: application/json'