Skip to content

Commit

Permalink
remove logging s3_path
Browse files Browse the repository at this point in the history
  • Loading branch information
camlyall committed Apr 21, 2023
1 parent 1ae9753 commit 7911c20
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions a3m/client/clientScripts/a3m_store_aip.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ def _upload_file(path, bucket, key):
# Alternatively, we could use a predefined variable specifically for the AIP location such as predefined/aip/location/
# In any case, the S3 path must be structured in a way that makes it easy to locate and manage the AIP.
s3_path = key + path.suffix

logger.info(s3_path)
s3.meta.client.upload_file(str(path), bucket, s3_path)


Expand Down

0 comments on commit 7911c20

Please sign in to comment.