vaddisrinivas commented on issue #9474:
URL: https://github.com/apache/airflow/issues/9474#issuecomment-650155549


   hi @dispensable/@dimon222, thanks for your help.
   
   I have SUCCESSFULLY enabled pushing airflow logs to s3 compatible bucket by 
following what was mentioned above,
   in brief : 
   
   - created a new connection with -> {"host": "http://myhost:myport";,   
"aws_access_key_id" :"myaccesskey/username"
           ,"aws_secret_access_key": "myreallybigsecretkey"} 
   
   - then I went ahead, modified the configuration by adding 
     AIRFLOW__CORE__REMOTE_LOGGING: True,
     AIRFLOW__CORE__REMOTE_LOG_CONN_ID: connectionthatwassetearlier,
     AIRFLOW__CORE__REMOTE_BASE_LOG_FOLDER: 
"s3://bucketname/pathorfolderonBucket",
   
   - restarted Airflow!


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to