go-storage icon indicating copy to clipboard operation
go-storage copied to clipboard

fix(services/gcs): Load more then 200 objects from GCS bucket

Open bart84ek opened this issue 2 years ago • 0 comments

When listing bucket that contains > 200 objects, Iterator gets stuck (returns same first 200 objects). Fixed by adding object offset supported by official gcs library.

bart84ek avatar Mar 01 '22 18:03 bart84ek