class AWS::S3::Bucket

def objects

Returns:
  • (ObjectCollection) - Represents all objects(keys) in
def objects
  ObjectCollection.new(self)
end