Skip to content

Instantly share code, notes, and snippets.

@CharlyWargnier
Last active February 13, 2020 10:01
Show Gist options
  • Save CharlyWargnier/e0ab18e0cfdc9c8ce2c0f0935310799b to your computer and use it in GitHub Desktop.
Save CharlyWargnier/e0ab18e0cfdc9c8ce2c0f0935310799b to your computer and use it in GitHub Desktop.
GCS_Bucket_Name = 'apache_seo_logs' #@param {type:"string"}
GCS_File_Path = 'Loggy*' #@param {type:"string"}
GCS_Full_Path = "gs://" + GCS_Bucket_Name + "/" + GCS_File_Path
print("the path to your GCS folder is: " + GCS_Full_Path)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment