# File lib/uber-s3/bucket.rb, line 18
    def store(key, value, options={})
      Object.new(self, key, value, options).save
    end