Sets the accelerate configuration of an existing bucket.
s3_put_bucket_accelerate_configuration(Bucket, AccelerateConfiguration)[required] Name of the bucket for which the accelerate configuration is set.
[required] Specifies the Accelerate Configuration you want to set for the bucket.
svc$put_bucket_accelerate_configuration(
Bucket = "string",
AccelerateConfiguration = list(
Status = "Enabled"|"Suspended"
)
)