class Aws::S3::Plugins::S3Signer::CachedBucketRegionHandler
def call(context)
def call(context) bucket = context.params[:bucket] check_for_cached_region(context, bucket) if bucket @handler.call(context) end
def call(context) bucket = context.params[:bucket] check_for_cached_region(context, bucket) if bucket @handler.call(context) end