You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
* 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
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
Expected behavior
Max-keys value has to be set to 1000 in this case(Current is -1)
The text was updated successfully, but these errors were encountered: