soumilshah1995 opened a new issue #14081:
URL: https://github.com/apache/airflow/issues/14081
trying to store my airflow logs on aws s3 airflow is working fine with my
celery workers
[2021-02-04 17:51:08,227] {s3_task_handler.py:52} ERROR - Could not create
an S3Hook with connection id "AWSS3LogStorage". Please make sure that
airflow[s3] is installed and the S3 connection exists.
remote_logging = True
# Users must supply an Airflow connection id that provides access to the
storage
# location.
remote_log_conn_id = AWSS3LogStorage
remote_base_log_folder = s3://XXXXXX/airflow
encrypt_s3_logs = False
# Logging level
logging_level = INFO
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]