class AWS::S3::ObjectCollection

def next_markers page

def next_markers page
  { :marker => (last = page.contents.last and last.key) }
end