class Aws::Plugins::EC2CopyEncryptedSnapshot::PresignHandler

def presigned_url(http_request, config)

def presigned_url(http_request, config)
  signer = Signers::V4.new('ec2', config.credentials, config.region)
  signer.presigned_url(http_request, expires_in: 3600)
end