Closed HuckyDucky closed 13 years ago
How can I make it list all of them?
Hi,
You can do something like this:
s3interface.incrementally_list_bucket(...) do |response|
puts response.inspect
end
...
How can I make it list all of them?