class Aws::Plugins::S3Accelerate
accelerate for each bucket. [Go here for more information](docs.aws.amazon.com/AmazonS3/latest/dev/transfer-acceleration.html).
for all object operations. You must first enable
When set to ‘true`, accelerated bucket endpoints will be used
@seahorse.client.option [Boolean] :use_accelerate_endpoint (false)
[http://docs.aws.amazon.com/AmazonS3/latest/dev/transfer-acceleration.html](http://docs.aws.amazon.com/AmazonS3/latest/dev/transfer-acceleration.html)
Go here for more information about transfer acceleration:
Acceleration.
Provides support for using `Aws::S3::Client` with Amazon S3 Transfer
def add_handlers(handlers, config)
def add_handlers(handlers, config) operations = config.api.operation_names - [ :create_bucket, :list_buckets, :delete_bucket, ] handlers.add(OptionHandler, step: :initialize, operations: operations) handlers.add(AccelerateHandler, step: :build, priority: 0, operations: operations) end