29 30 31 32 33 34 35
# File 'lib/awry/s3.rb', line 29 def ls(prefix = nil) if prefix&.include?('/') p client else buckets(prefix) end end