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
the listAllObjects effectively hides away the implementation details of the continuation token in the listObjects method, it's just a much nicer method to use, I think we could make the listObjects method private and only expose listAllObjects. While we're at it, we could also make the batch size optional with a default of 1000 to mirror the default behavior of listObjects
The text was updated successfully, but these errors were encountered:
the listAllObjects effectively hides away the implementation details of the continuation token in the listObjects method, it's just a much nicer method to use, I think we could make the listObjects method private and only expose listAllObjects. While we're at it, we could also make the batch size optional with a default of 1000 to mirror the default behavior of listObjects
The text was updated successfully, but these errors were encountered: