class Aws::Plugins::S3LocationConstraint::Handler

def populate_location_constraint(params, region)

def populate_location_constraint(params, region)
  params[:create_bucket_configuration] ||= {}
  params[:create_bucket_configuration][:location_constraint] ||= region
end