Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dagster-aws] use paginator in get_s3_keys (#25018)
## Summary & Motivation - Uses the `paginator` utility for improved pagination in `list_objects_v2` https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html#creating-paginators ## How I Tested These Changes `pytest` ## Changelog NO CHANGELOG - [ ] `NEW` _(added new feature or capability)_ - [ ] `BUGFIX` _(fixed a bug)_ - [ ] `DOCS` _(added or updated documentation)_ --------- Co-authored-by: Pedram Navid <[email protected]>
- Loading branch information