Skip to content

Instantly share code, notes, and snippets.

@vlymar
Created September 8, 2012 22:06
Show Gist options
  • Save vlymar/3680175 to your computer and use it in GitHub Desktop.
Save vlymar/3680175 to your computer and use it in GitHub Desktop.
# enumerate at most 20 objects with the given prefix
bucket.objects.with_prefix('photos/').each(:limit => 20).each do |photo|
puts photo.key
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment