Apache Airflow version
3.2.0rc1
What happened and how to reproduce it?
I am testing 3.2.0rc1 and seeing issues in DAGs using remote ObjectStoragePath (tried S3 and GCS paths) . The same DAG works fine on 3.1.8. For both these airflow versions, I am using the latest amazon and google providers, so likely not a provider issue, but maybe something related to airflow / sdk not being able to fetch credentials? I am setting up those connections using environment variables for my local environment.
What you think should happen instead?
DAGs should run fine when using remote ObjectStoragePath
Operating System
No response
Versions of Apache Airflow Providers
apache-airflow-providers-amazon | 9.24.0
apache-airflow-providers-google | 21.0.0
Deployment
Astronomer
Deployment details
locally using astro-cli
Anything else?
Attaching failure task logs:
GCS ObjectStoragePath task:
logs_test_object_storage_path_manual__2026-04-02T14_43_24.115545+00_00_check_gcs_-1_1.txt
S3 ObjectStoragePath task:
logs_test_object_storage_path_manual__2026-04-02T14_43_24.115545+00_00_check_s3_-1_1.txt
DAG:
test_object_storage_path.py
Are you willing to submit PR?
Code of Conduct
Apache Airflow version
3.2.0rc1
What happened and how to reproduce it?
I am testing 3.2.0rc1 and seeing issues in DAGs using remote
ObjectStoragePath(tried S3 and GCS paths) . The same DAG works fine on 3.1.8. For both these airflow versions, I am using the latest amazon and google providers, so likely not a provider issue, but maybe something related to airflow / sdk not being able to fetch credentials? I am setting up those connections using environment variables for my local environment.What you think should happen instead?
DAGs should run fine when using remote
ObjectStoragePathOperating System
No response
Versions of Apache Airflow Providers
apache-airflow-providers-amazon | 9.24.0
apache-airflow-providers-google | 21.0.0
Deployment
Astronomer
Deployment details
locally using astro-cli
Anything else?
Attaching failure task logs:
GCS ObjectStoragePath task:
logs_test_object_storage_path_manual__2026-04-02T14_43_24.115545+00_00_check_gcs_-1_1.txt
S3 ObjectStoragePath task:
logs_test_object_storage_path_manual__2026-04-02T14_43_24.115545+00_00_check_s3_-1_1.txt
DAG:
test_object_storage_path.py
Are you willing to submit PR?
Code of Conduct