diff --git a/crawlers/mooncrawl/mooncrawl/actions.py b/crawlers/mooncrawl/mooncrawl/actions.py index e880abfe..309305b9 100644 --- a/crawlers/mooncrawl/mooncrawl/actions.py +++ b/crawlers/mooncrawl/mooncrawl/actions.py @@ -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(