Skip to content

Commit

Permalink
fix s3_list_objects_v2 method
Browse files Browse the repository at this point in the history
Signed-off-by: Mahesh Shetty <[email protected]>
  • Loading branch information
mashetty330 committed Jul 18, 2024
1 parent dd66230 commit ede3505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/ocs/bucket_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1786,7 +1786,7 @@ def s3_list_objects_v2(
max_keys=1000,
con_token="",
fetch_owner=False,
start_after=None,
start_after="",
):
"""
Boto3 client based list object version2
Expand Down

0 comments on commit ede3505

Please sign in to comment.