When I am transferring a local file to a Google Cloud Storage bucket with the Google CLoud utility gsutil, what protocol does it use? Encrypted SSH tunnel?
0
votes
2 Answers
1
votes
It should be using HTTPS to upload to the Google Cloud Storage API. This Python client library shows some details of that connection.