Module: S3Antivirus::AwsServices
- Extended by:
- Memoist
- Defined in:
- lib/s3_antivirus/aws_services.rb
Instance Method Summary collapse
Instance Method Details
#s3 ⇒ Object
8 9 10 |
# File 'lib/s3_antivirus/aws_services.rb', line 8 def s3 Aws::S3::Client.new end |
#sns ⇒ Object
13 14 15 |
# File 'lib/s3_antivirus/aws_services.rb', line 13 def sns Aws::SNS::Client.new end |