module HasBucket
Constants
- VERSION
Public Class Methods
of(url)
click to toggle source
# File lib/has_bucket.rb, line 6 def self.of(url) config = S3Config.new(url) service = S3::Service.new(config.config) Facade.new(service, config.bucket) end