We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e088f94 commit a673ec0Copy full SHA for a673ec0
courses/unstructured/replace_and_upload.sh
@@ -24,3 +24,6 @@ gsutil -m cp $TEMP/* gs://$BUCKET/unstructured
24
# photos ...
25
gsutil -m cp photos/* gs://$BUCKET/unstructured/photos
26
gsutil acl ch -g AllUsers:R gs://$BUCKET/unstructured/photos/*
27
+
28
+# this allows you to look at the .py file in a browser
29
+gsutil -m setmeta -h "Content-Type:text/plain" gs://$BUCKET/unstructured/*.py
0 commit comments