Builds the object in the bucket with given key
4 5 6
# File 'lib/s3/objects_extension.rb', line 4 def build(key) Object.send(:new, proxy_owner, :key => key) end