Closed alexfarrill closed 11 years ago
Think you want += or use .dup before instead of doing << into the 'bucket' parameter
I confirm this issue as well.
Wow, 11 months later and this one got me again.
Maybe now future-Meekohi won't get screwed by this too.
Thanks for pull. Need a release?
Thanks! We're all set, so if you want to put off the next release to batch up some changes that's fine.
Seeing this behavior:
x = 'myown-videos'
Aws::S3Interface.new( KEY, SECRET ).list_bucket x, :prefix => 'go'
x => "myown-videos?prefix=go"