module S3Direct
Constants
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/s3direct.rb, line 16 def self.config @@config ||= Config.new end
configure() { |config| ... }
click to toggle source
# File lib/s3direct.rb, line 12 def self.configure yield config end