savferrara commented on issue #12969:
URL: https://github.com/apache/airflow/issues/12969#issuecomment-743174030
Can confirm, same issue with airflow2.0.0rc1 on Kubernetes 1.16 on EKS. With
web "sync" worker I can read logs already in S3 (I just added some dummy files
for testing) but workers are not writing any new logs into the S3 bucket.
**Airflow version:**
apache/airflow:2.0.0rc1-python3.8
**Env Variables:**
AIRFLOW__LOGGING__REMOTE_LOGGING: "False"
AIRFLOW__LOGGING__REMOTE_LOG_CONN_ID: "my_s3"
AIRFLOW__LOGGING__REMOTE_BASE_LOG_FOLDER: "s3://xxxxxx/Logs/aflogs"
AIRFLOW__LOGGING__ENCRYPT_S3_LOGS: "False"
**Provider package:**
apache-airflow-providers-amazon==1.0.0rc1
----------------------------------------------------------------
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]