class Aws::Plugins::GlacierApiVersion::Handler
Public Instance Methods
call(context)
click to toggle source
# File lib/aws-sdk-core/plugins/glacier_api_version.rb, line 7 def call(context) version = context.config.api.version context.http_request.headers['x-amz-glacier-version'] = version @handler.call(context) end