diff --git a/src/panoptes/pocs/utils/cli/network.py b/src/panoptes/pocs/utils/cli/network.py index 2cc4f67c1..6d2461435 100644 --- a/src/panoptes/pocs/utils/cli/network.py +++ b/src/panoptes/pocs/utils/cli/network.py @@ -165,7 +165,7 @@ def handleEvent(event): try: upload_image_cmd( event.src_path, - bucket_path=f'images/{unit_id}', + bucket_path=f'{unit_id}', bucket_name='panoptes-images-pretty', storage_client=storage_client )