Skip to content

Commit

Permalink
Merge branch 'bugfix/page-s3' of https://github.com/wri/gfw-datapump
Browse files Browse the repository at this point in the history
…into bugfix/page-s3
  • Loading branch information
jterry64 committed Feb 1, 2023
2 parents 9c9799b + 8631c35 commit 0894522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datapump/jobs/geotrellis.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def _get_result_tables(self) -> List[AnalysisResultTable]:

LOGGER.debug(f"Looking for analysis results at {result_path}")
paginator = get_s3_client().get_paginator("list_objects_v2")
pages = paginator.paginate(Bucket="bucket", Prefix="prefix")
pages = paginator.paginate(Bucket=bucket, Prefix=prefix)

keys = []
for page in pages:
Expand Down

0 comments on commit 0894522

Please sign in to comment.