Method: BigShift::Factory#s3_resource
- Defined in:
- lib/bigshift/cli.rb
#s3_resource ⇒ Object
213 214 215 216 217 218 |
# File 'lib/bigshift/cli.rb', line 213 def s3_resource @s3_resource ||= Aws::S3::Resource.new( region: aws_region, credentials: aws_credentials ) end |