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

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

Instance Method Summary collapse

Instance Method Details

#cloudfront_distribution_domainObject



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

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

#s3_hostnameObject



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

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

#s3_port_stringObject



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

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

#s3_protocolObject



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

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