Skip to content

Commit

Permalink
- Added pub/ prefix to destination.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaellh0079 committed Dec 1, 2023
1 parent aec8458 commit 5f35a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_py/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def handle_s3_event_message(event, s3_client):
'Bucket': source_bucket,
'Key': object_key
},
Key=object_key.split('/', 2)[-1]
Key=f'pub/{object_key.split("/", 2)[-1]}'
)


Expand Down

0 comments on commit 5f35a37

Please sign in to comment.