diff --git a/blobserver/appengine/app.yaml b/blobserver/appengine/app.yaml index 1e0510d69..02ec0e968 100644 --- a/blobserver/appengine/app.yaml +++ b/blobserver/appengine/app.yaml @@ -14,6 +14,9 @@ handlers: login: admin script: main.py +- url: /js + static_dir: ../../clients/js + - url: .* secure: always script: main.py diff --git a/clients/curl/example.sh b/clients/curl/example.sh index eb7670349..df5c50ddb 100755 --- a/clients/curl/example.sh +++ b/clients/curl/example.sh @@ -9,7 +9,7 @@ BSPASS=foo curl -u user:$BSPASS -d camliversion=1 http://$BSHOST/camli/preupload # Upload -- 200 response -curl -v -L \ +curl -u user:$BSPASS -v -L \ -F sha1-126249fd8c18cbb5312a5705746a2af87fba9538=@./test_data.txt \ #