146 147 148 149
# File 'lib/db2s3.rb', line 146 def list ensure_connected AWS::S3::Bucket.find(bucket).objects.collect {|x| x.path } end