This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support sourcing from buckets with over 1000 objects (#20)
* adds ContinuationToken and extra error handling * updates list objects error handling Co-Authored-By: Robin Métral <[email protected]> * updates empty bucket error handling Co-Authored-By: Robin Métral <[email protected]> * adds types for getS3ListObjects params Co-Authored-By: Robin Métral <[email protected]> * adds types for listAllS3Items params Co-Authored-By: Robin Métral <[email protected]> * use optional chaining operator for contents check Co-Authored-By: Robin Métral <[email protected]> * uses ObjectType for allS3Items Co-Authored-By: Robin Métral <[email protected]> * feat: adds suggested changes from PR to use ContinuationToken * fix: runs prettier to correct indent * fix: adds type back to allBucketsObjects * corrects type on allBucketsObjects Co-Authored-By: Robin Métral <[email protected]> * Corrects check for data.Contents Co-Authored-By: Robin Métral <[email protected]> Co-authored-by: Robin Métral <[email protected]>
- Loading branch information