|
@@ -90,7 +90,6 @@ upload_current_documentation() {
|
|
echo "Uploading $src"
|
|
echo "Uploading $src"
|
|
echo " to $dst"
|
|
echo " to $dst"
|
|
echo
|
|
echo
|
|
- #s3cmd --recursive --follow-symlinks --preserve --acl-public sync "$src" "$dst"
|
|
|
|
|
|
|
|
# a really complicated way to send only the files we want
|
|
# a really complicated way to send only the files we want
|
|
# if there are too many in any one set, aws s3 sync seems to fall over with 2 files to go
|
|
# if there are too many in any one set, aws s3 sync seems to fall over with 2 files to go
|
|
@@ -104,7 +103,7 @@ upload_current_documentation() {
|
|
$run
|
|
$run
|
|
|
|
|
|
# Make sure the search_content.json.gz file has the right content-encoding
|
|
# Make sure the search_content.json.gz file has the right content-encoding
|
|
- aws s3 cp --profile $BUCKET --cache-control "max-age=3600" --content-encoding="gzip" --acl public-read "site/search_content.json.gz" "$dst"
|
|
|
|
|
|
+ aws s3 cp --profile $BUCKET --cache-control $cache --content-encoding="gzip" --acl public-read "site/search_content.json.gz" "$dst"
|
|
}
|
|
}
|
|
|
|
|
|
invalidate_cache() {
|
|
invalidate_cache() {
|