remove comment.

pull/715/head
Andrey 2022-11-28 17:18:27 +02:00
rodzic 6c8046908d
commit c7e8402785
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -27,7 +27,7 @@ def generate_s3_access_links(
bucket: str,
key: str,
http_method: str,
expiration: int = 300, # 12 hours
expiration: int = 300,
) -> str:
s3 = boto3.client("s3")
stats_presigned_url = s3.generate_presigned_url(