Updates the specified MinIO location
PUT/v1/users/assets/locations/minio/:uid
Updates the specified MinIO location
Request
Path Parameters
Specify the MinIO location uid
- application/json
Body
metadata
object
ObjectMeta input entity for object creation
annotations
object
Annotations are system generated key value metadata for the resource. As an input certain annotations like description can be set.
labels
object
Labels are key value data to organize and categorize resources. Providing spectro__tag as value for a label is considered as a kubernetes compliant tag
Name of the resource.
spec
object
S3 location specification
config
object
required
S3 storage config object
S3 storage bucket name
CA Certificate
credentials
object
required
AWS cloud account which includes access key and secret key in case of 'secret' credentials type. It includes policyARNS, ARN and externalId in case of sts. Partition is a group of AWS Region and Service objects
AWS account access key
Possible values: [secret
, sts
]
Default value: secret
Allowed Values [secret, sts]. STS type will be used for role assumption for sts type, accessKey/secretKey contains the source account, Arn is the target account.
Possible values: [aws
, aws-us-gov
]
Default value: aws
AWS accounts are scoped to a single partition. Allowed values [aws, aws-us-gov], Default values
List of policy ARNs required in case of credentialType sts.
AWS account secret key
sts
object
Aws sts credentials
Arn for the aws sts credentials in cloud account
ExternalId for the aws sts credentials in cloud account
AWS region name
Default value: true
Custom hosted S3 URL
Default value: true
Set to 'true', to use Restic plugin for the backup
Set to 'true', if location has to be set as default
S3 location type [s3/minio]
Responses
- 204
The resource was updated successfully