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

ListObjects(V2) max-keys maximum value #249

Closed
jonaustin09 opened this issue Sep 15, 2023 · 0 comments
Closed

ListObjects(V2) max-keys maximum value #249

jonaustin09 opened this issue Sep 15, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@jonaustin09
Copy link
Contributor

Describe the bug
When calling ListObjects(V2) action by not specifying max-keys the default value has to be set to 1000. It can be fewer than 1000 by manually setting, but never more.

To Reproduce

aws --endpoint-url http://localhost:7070 s3api list-objects-v2 --bucket my-bucket

Expected behavior
Max-keys value has to be set to 1000 in this case(Current is -1)

@jonaustin09 jonaustin09 added the bug Something isn't working label Sep 15, 2023
benmcclelland pushed a commit that referenced this issue Sep 27, 2023
* fix: Object tag actions cleanup

* fix: Fixes #249, Changed ListObjects default max-keys from -1 to 1000

* fix: Fixes #250, Added support to provide a marker not from the objects list and list the objects after the provided marker in ListObjects(V2) actions

* feat: Closes #256, Addded a check step, to compare object metadatas and allow the copying to itself, if the metadata has been changed

* fix: Simplified range assignment in CopyObject posix function
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

1 participant