jubos / fake-s3

A lightweight server clone of Amazon S3 that simulates most of the commands supported by S3 with minimal dependencies
2.94k stars 355 forks source link

[Feature] Support ListObjectV2 #223

Open CpuID opened 6 years ago

CpuID commented 6 years ago

http://docs.aws.amazon.com/AmazonS3/latest/API/v2-RESTBucketGET.html

Supports extra args/pagination mechanisms, compared to the old v1:

http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGET.html

An example of support in another project, maybe port it across? https://github.com/MathieuLoutre/mock-aws-s3/pull/45/files