List files on S3
问题 I'm getting frustrated by not finding any good explanation on how to list all files in a S3 bucket. I have this bucket with about 20 images on. All I want to do is to list them. Someone says "just use the S3.list-method". But without any special library there is no S3.list-method. I have a S3.get-method, which I dont get to work. Arggh, would appreciate if someone told me how to simply get an list of all files(filenames) from an S3 bucket. val S3files = S3.get(bucketName: String, path: Option