First of all nice application!
When copying from s3 it only takes the first 1000 items
See https://docs.aws.amazon.com/sdk-for-go/api/service/s3/#S3.ListObjects
Returns some or all (up to 1000) of the objects in a bucket. You can use the request parameters as selection criteria to return a subset of the objects in a bucket.
First of all nice application!
When copying from s3 it only takes the first 1000 items
See https://docs.aws.amazon.com/sdk-for-go/api/service/s3/#S3.ListObjects
Returns some or all (up to 1000) of the objects in a bucket. You can use the request parameters as selection criteria to return a subset of the objects in a bucket.