class Aws::Plugins::EC2CopyEncryptedSnapshot::PresignHandler
def convert_post_2_get(context)
def convert_post_2_get(context) context.http_request.http_method = 'GET' context.http_request.endpoint = new_endpoint(context) context.http_request.body = '' context.http_request.headers.delete('Content-Type') end