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
Listing parts when we had more than single page was broken.
This change fix paging and additional case where segments
from single part are in two different list results.
Fixes#95
Change-Id: I896f490b730454fa3a2f71a0119d540c9e460449
When uploaded object have more than 1000 segments then listing all parts will be broken. We have two issues here:
(*PartIterator).more
is unused so we will never jump to the next page of segmentsThe text was updated successfully, but these errors were encountered: