update_aws_s3_cloudout
Update an AWS S3 archival location on the Rubrik cluster.
Keyword Arguments
Name
Type
Description
Choices
Default
current_archive_name
str
The name of the current archive to be updated.
new_archive_name
str
Desired name for the updated archive location. If set to default None
keyword argument, no change will be made.
None
aws_access_key
str
The access key of a AWS account with the required permissions. If set to the default None
keyword argument, no change will be made.
None
aws_secret_key
str
The secret key of a AWS account with the required permissions. If set to the default None
keyword argument, no change will be made.
None
storage_class
str
The AWS storage class you wish to use. If set to the default None
keyword argument, no change will be made.
standard, standard_ia, reduced_redundancy, onezone_ia
None
timeout
int
The number of seconds to wait to establish a connection the Rubrik cluster before returning a timeout error.
180
Returns
Type
Return Value
dict
The full API response for PATCH /internal/archive/object_store/{id}
.
Example
Last updated