duthades commented on issue #10585: URL: https://github.com/apache/airflow/issues/10585#issuecomment-721324661
This behaviour is correct. ```\``` is encoded when it appears in either the object name or query string of a request URI. Other characters which are encoded can be found [here](https://cloud.google.com/storage/docs/request-endpoints#encoding). As far as the error ```404``` is concerned, it is because either [bucket or object name was not found](https://cloud.google.com/storage/docs/xml-api/reference-status#404%E2%80%94not-found). ---------------------------------------------------------------- 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]
