chamikaramj commented on pull request #15377:
URL: https://github.com/apache/beam/pull/15377#issuecomment-1005036852


   gcsio is not a part of the documented Beam API and hence is intended for 
internal usage. If you need to connect to GCS consider using an official GCS 
client library [1]. If you are within a Beam pipeline (for example, 
implementing a DoFn), you also have the option of using the Beam FileSystem API 
[2]
   
   [1] 
https://cloud.google.com/storage/docs/reference/libraries#client-libraries-install-python
   [2] 
https://github.com/apache/beam/blob/master/sdks/python/apache_beam/io/filesystems.py


-- 
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]


Reply via email to