Module: Comodule::Deployment::Helper::Aws::S3::InstanceMethods
- Defined in:
- lib/comodule/deployment/helper/aws/s3.rb
Instance Method Summary collapse
Instance Method Details
#s3 ⇒ Object
8 9 10 |
# File 'lib/comodule/deployment/helper/aws/s3.rb', line 8 def s3 @s3 ||= ::Comodule::Deployment::Helper::Aws::S3::Service.new(self) end |