Method: S3::ObjectsExtension#build

Defined in:
lib/s3/objects_extension.rb

#build(key) ⇒ Object

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