rawwar opened a new issue, #44753: URL: https://github.com/apache/airflow/issues/44753
### Description When a task generates many logs, the web server usually gets OOM Killed while trying to render the task logs. For this situation, we can give the user a downloadable link to the file on UI. If the task logs are located on cloud storage, we can generate the following: 1. AWS - [Presigned URLs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ShareObjectPreSignedURL.html) 2. GCP - [Signed URL's](https://cloud.google.com/storage/docs/access-control/signed-urls) 3. Azure - [Shared Access Signature](https://learn.microsoft.com/en-us/azure/storage/common/storage-sas-overview) ### Use case/motivation To render large task log files ### Related issues https://github.com/apache/airflow/issues/33625 ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
