1
0
mirror of https://github.com/quay/quay.git synced 2025-04-18 10:44:06 +03:00

storage: fix format error (PROJQUAY-8610) (#3697)

This commit is contained in:
Sunandadadi 2025-03-05 11:34:45 -05:00 committed by GitHub
parent 2141e96448
commit ad3423e223
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1196,6 +1196,7 @@ class CloudFrontedS3Storage(S3Storage):
logger.debug(
'Returning CloudFront URL for path "%s" with IP "%s": %s',
path,
request_ip,
signed_url,
)
return signed_url