Method: String#bucket_object

Defined in:
lib/core/string.rb

#bucket_object(key) ⇒ Object



33
34
35
# File 'lib/core/string.rb', line 33

def bucket_object(key)
  AWS::S3::S3Object.value key, self if bucket_object_exists?(key)
end