Method: DB2S3::S3Store#list

Defined in:
lib/db2s3.rb

#listObject



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