Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAnno committed Oct 17, 2024
1 parent 94eb9b4 commit 7c012fc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def _list_remote_files(self) -> List[Dict[str, Any]]:
try:
for obj in response.get("Contents", []):
objects.append(obj)
print("--------------------------------__" + obj.key)
if not response["IsTruncated"]:
break
pagination_options = {"Marker": response["Contents"][-1]["Key"]}
Expand Down

0 comments on commit 7c012fc

Please sign in to comment.