From 2c29aa05c91cb1faeb26a8c2f2d16f21c02e407c Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Sat, 8 Apr 2017 17:16:49 -0400 Subject: [PATCH] pkgn to pkgs --- configs/live.rkt | 6 +++--- src/static.rkt | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configs/live.rkt b/configs/live.rkt index dae0842..687e6b4 100644 --- a/configs/live.rkt +++ b/configs/live.rkt @@ -21,10 +21,10 @@ ;; 'static-output-type 'aws-s3 - 'aws-s3-bucket+path "pkgn.racket-lang.org/" - 'static-urlprefix "https://pkgn.racket-lang.org" + 'aws-s3-bucket+path "pkgs.racket-lang.org/" + 'static-urlprefix "https://pkgs.racket-lang.org" 'dynamic-urlprefix "https://pkgd.racket-lang.org/pkgn" - 'dynamic-static-urlprefix "https://pkgn.racket-lang.org" + 'dynamic-static-urlprefix "https://pkgs.racket-lang.org" ;; 'static-output-type 'aws-s3 ;; 'aws-s3-bucket+path "pkgs.leastfixedpoint.com/" diff --git a/src/static.rkt b/src/static.rkt index e165519..4251b2e 100644 --- a/src/static.rkt +++ b/src/static.rkt @@ -250,6 +250,7 @@ '()))) (define (static-renderer-aws-s3 index) + (s3-region "us-west-2") (when (not index) (configure-s3-cors!)) (let ((index (or index (initial-aws-s3-index)))) (match