google cloud storage - Is the file transfer between GCS and App Engine secured by HTTPS? -
google cloud storage - Is the file transfer between GCS and App Engine secured by HTTPS? -
my app downloads , uploads files gcs -- looked through gcs client docs , couldn't find flag secure file transfer. https enabled default these transfers?
reading through gcs docs:
the info automatically , transparently decrypted when read authorized user.
is info stored in plain text makes gcs -> app engine transfer?
gae gcs client using https interaction gcs. java see: https://code.google.com/p/appengine-gcs-client/source/browse/trunk/java/src/main/java/com/google/appengine/tools/cloudstorage/oauth/oauthrawgcsservice.java#154 " homecoming new uri("https", null, storage_api_hostname, -1, path, query, null).tourl();" , python https://code.google.com/p/appengine-gcs-client/source/browse/trunk/python/src/cloudstorage/storage_api.py#89 " api_url = 'https://storage.googleapis.com'"
google-app-engine google-cloud-storage
Comments
Post a Comment