The GitHub Actions job "Tests" on airflow.git has succeeded. Run started by GitHub user mjsqu (triggered by mjsqu).
Head commit for run: fdf52f1c34122fa07a10f112d7e254724d91b73e / mjsqu <[email protected]> Correct parameter names in docstring for S3CreateObjectOperator Currently the parameter descriptions for `S3CreateObjectOperator` reference old(?) parameter names: > s3_bucket (str | None) – Name of the S3 bucket where to save the object. > (templated) It should be omitted when ~~bucket_key~~ **s3_key** is provided > as a full s3:// url. > s3_key (str) – The key of the object to be created. (templated) It can be > either full s3:// style url or relative path from root level. When it’s > specified as a full s3:// url, please omit ~~bucket_name~~ **s3_bucket**. Report URL: https://github.com/apache/airflow/actions/runs/6141353178 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
