# File lib/uber-s3.rb, line 18
  def initialize(options={})
    self.options = options
    self.bucket  = options[:bucket]
  end