Skip to content

Commit

Permalink
added logger to store method #37
Browse files Browse the repository at this point in the history
  • Loading branch information
asuresh-code committed Nov 29, 2024
1 parent 6349e8d commit 6bc6009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object_storage_api/stores/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def create_presigned_get(self, image: ImageOut) -> str:
:param image: `ImageOut` model of the image.
:return: Presigned url to get the image.
"""

logger.info("Generating presigned url to get image from object storage")
response = s3_client.generate_presigned_url(
"get_object",
Params={
Expand Down

0 comments on commit 6bc6009

Please sign in to comment.