Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cp from s3 only takes the first 1000 items #7

Closed
mennink opened this issue Jan 7, 2019 · 2 comments
Closed

cp from s3 only takes the first 1000 items #7

mennink opened this issue Jan 7, 2019 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@mennink
Copy link

mennink commented Jan 7, 2019

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.

@maorfr
Copy link
Contributor

maorfr commented Jan 7, 2019

Thanks for bringing this up!

I'll look into this.

@maorfr maorfr self-assigned this Jan 7, 2019
@maorfr maorfr added the bug Something isn't working label Jan 7, 2019
@maorfr maorfr closed this as completed in f3f8aee Jan 8, 2019
@maorfr
Copy link
Contributor

maorfr commented Jan 8, 2019

fixed in release 0.4.2.

thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants