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