Module: AttachmerbFu::Backends::S3Backend::ClassMethods
- Defined in:
- lib/attachmerb_fu/backends/s3_backend.rb
Instance Method Summary collapse
Instance Method Details
#s3_hostname ⇒ Object
172 173 174 |
# File 'lib/attachmerb_fu/backends/s3_backend.rb', line 172 def s3_hostname Technoweenie::AttachmentFu::Backends::S3Backend.hostname end |
#s3_port_string ⇒ Object
176 177 178 |
# File 'lib/attachmerb_fu/backends/s3_backend.rb', line 176 def s3_port_string Technoweenie::AttachmentFu::Backends::S3Backend.port_string end |
#s3_protocol ⇒ Object
168 169 170 |
# File 'lib/attachmerb_fu/backends/s3_backend.rb', line 168 def s3_protocol Technoweenie::AttachmentFu::Backends::S3Backend.protocol end |