alifaz31 commented on issue #63242: URL: https://github.com/apache/airflow/issues/63242#issuecomment-4028697455
Has anyone else encountered this? I want to confirm this is a provider bug and not a misconfiguration on my end. I've double-checked my remote_base_log_folder config — the value is a valid OSS URI in the correct format. The config itself is not the problem. The issue is that upload() passes the full OSS URI to oss_write(), which then prepends the bucket key prefix again, producing a malformed path. I also verified this by reading the installed source directly from inside the pod — the bug is in the provider code, not in how it's configured. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
