Method: String#bucket_objects

Defined in:
lib/core/string.rb

#bucket_objectsObject



30
31
32
# File 'lib/core/string.rb', line 30

def bucket_objects
  AWS::S3::Bucket.objects(self)
end