Module: Technoweenie::AttachmentFu::Backends::S3Backend::ClassMethods

Defined in:
lib/technoweenie/attachment_fu/backends/s3_backend.rb

Instance Method Summary collapse

Instance Method Details

#cloudfront_distribution_domainObject



237
238
239
# File 'lib/technoweenie/attachment_fu/backends/s3_backend.rb', line 237

def cloudfront_distribution_domain
  Technoweenie::AttachmentFu::Backends::S3Backend.distribution_domain
end

#s3_hostnameObject



229
230
231
# File 'lib/technoweenie/attachment_fu/backends/s3_backend.rb', line 229

def s3_hostname
  Technoweenie::AttachmentFu::Backends::S3Backend.hostname
end

#s3_port_stringObject



233
234
235
# File 'lib/technoweenie/attachment_fu/backends/s3_backend.rb', line 233

def s3_port_string
  Technoweenie::AttachmentFu::Backends::S3Backend.port_string
end

#s3_protocolObject



225
226
227
# File 'lib/technoweenie/attachment_fu/backends/s3_backend.rb', line 225

def s3_protocol
  Technoweenie::AttachmentFu::Backends::S3Backend.protocol
end