gsutil command looked like this:
gsutil -m cp -r upload/docs
gs://artifacts.opnfv.org/fuel/colorado/2.0/docs
Uploads looked like this:
Uploading ...docs/docs/installationprocedure/_static/down.png:
Change-Id: Ic767187ea973351c7123e08441ee3e67eb1ffdfa
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
mv docs_output "$local_path"
ls "$local_path"
- echo "gsutil -m cp -r "$local_path" "gs://$gs_path""
- gsutil -m cp -r "$local_path" "gs://$gs_path"
+ echo "gsutil -m cp -r "$local_path"/* "gs://$gs_path""
+ gsutil -m cp -r "$local_path"/* "gs://$gs_path"
gsutil -m setmeta \
-h "Content-Type:text/html" \