Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
rename method publish_items_to_s3 for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeifer committed Jan 4, 2022
1 parent b1af5df commit 5416538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cirrus/lib/process_payload.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def get_item_by_properties(self, key):


# publish the items in this ProcessPayload
def publish_to_s3(self, bucket, public=False) -> List:
def publish_items_to_s3(self, bucket, public=False) -> List:
"""Publish all Items to s3
Args:
Expand Down

0 comments on commit 5416538

Please sign in to comment.