Returns the object with the given key. Does not check whether the object exists. But also does not issue any HTTP requests, so it’s much faster than objects.find
121
122
123
# File 'lib/s3/bucket.rb', line 121defobject(key)Object.send(:new,self,:key=>key)end