diff --git a/courses/unstructured/replace_and_upload.sh b/courses/unstructured/replace_and_upload.sh index d5086546fc..ffd4e51a6d 100755 --- a/courses/unstructured/replace_and_upload.sh +++ b/courses/unstructured/replace_and_upload.sh @@ -24,3 +24,6 @@ gsutil -m cp $TEMP/* gs://$BUCKET/unstructured # photos ... gsutil -m cp photos/* gs://$BUCKET/unstructured/photos gsutil acl ch -g AllUsers:R gs://$BUCKET/unstructured/photos/* + +# this allows you to look at the .py file in a browser +gsutil -m setmeta -h "Content-Type:text/plain" gs://$BUCKET/unstructured/*.py