Skip to content

Commit a673ec0

Browse files
committed
allows you to look at the .py file in a browser
1 parent e088f94 commit a673ec0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

courses/unstructured/replace_and_upload.sh

+3
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ gsutil -m cp $TEMP/* gs://$BUCKET/unstructured
2424
# photos ...
2525
gsutil -m cp photos/* gs://$BUCKET/unstructured/photos
2626
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

Comments
 (0)