paws.storage (version 0.1.0)

s3_put_bucket_accelerate_configuration: Sets the accelerate configuration of an existing bucket

Description

Sets the accelerate configuration of an existing bucket.

Usage

s3_put_bucket_accelerate_configuration(Bucket, AccelerateConfiguration)

Arguments

Bucket

[required] Name of the bucket for which the accelerate configuration is set.

AccelerateConfiguration

[required] Specifies the Accelerate Configuration you want to set for the bucket.

Request syntax

svc$put_bucket_accelerate_configuration(
  Bucket = "string",
  AccelerateConfiguration = list(
    Status = "Enabled"|"Suspended"
  )
)