Module: S3Antivirus::AwsServices

Extended by:
Memoist
Included in:
Notifier, Scan, Tagger
Defined in:
lib/s3_antivirus/aws_services.rb

Instance Method Summary collapse

Instance Method Details

#s3Object



8
9
10
# File 'lib/s3_antivirus/aws_services.rb', line 8

def s3
  Aws::S3::Client.new
end

#snsObject



13
14
15
# File 'lib/s3_antivirus/aws_services.rb', line 13

def sns
  Aws::SNS::Client.new
end