kaxil edited a comment on issue #9940: URL: https://github.com/apache/airflow/issues/9940#issuecomment-663227688
To authenticate you can either supply a profile name to reference aws profile, e.g. defined in ``~/.aws/config`` or set environment variables like ``AWS_ACCESS_KEY_ID``, ``AWS_SECRET_ACCESS_KEY``. You could also pass `aws_access_key_id`, `aws_secret_access_key` (all the keyword arguments mentioned in https://boto3.amazonaws.com/v1/documentation/api/latest/reference/core/session.html#boto3.session.Session can be pass to `backend_kwargs`) https://airflow.readthedocs.io/en/latest/howto/use-alternative-secrets-backend.html#aws-secrets-manager-backend ---------------------------------------------------------------- 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]
