From 7bd7e28fcee2ce961f24bfc62d32af08286fbd14 Mon Sep 17 00:00:00 2001 From: EC2 Default User Date: Thu, 5 Sep 2019 20:23:04 +0000 Subject: [PATCH] Fixed CRDS pickle config errors in example s3.sh env configuration file. S3 pickling works! --- envs/s3.sh | 2 +- envs/un-s3.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/envs/s3.sh b/envs/s3.sh index 6ed5f8e1d..5e0acfb15 100644 --- a/envs/s3.sh +++ b/envs/s3.sh @@ -11,7 +11,7 @@ export CRDS_REFERENCE_URI=s3://account/crds_cache/references/jwst # export CRDS_REFERENCE_URI=https://s3.us-east-1.amazonaws.com/account/crds_cache/references/jwst export CRDS_CONFIG_URI=s3://account/crds_cache/config/jwst -export CRDS_USE_PICKLES=0 +export CRDS_USE_PICKLED_CONTEXTS=0 export CRDS_PICKLE_URI=s3://account/crds_cache/mappings/jwst export CRDS_DOWNLOAD_MODE=plugin diff --git a/envs/un-s3.sh b/envs/un-s3.sh index d78804011..3a976464c 100644 --- a/envs/un-s3.sh +++ b/envs/un-s3.sh @@ -6,7 +6,7 @@ unset CRDS_MAPPING_URI unset CRDS_REFERENCE_URI unset CRDS_CONFIG_URI -unset CRDS_USE_PICKLES +unset CRDS_USE_PICKLED_CONTEXTS unset CRDS_PICKLE_URI unset CRDS_DOWNLOAD_MODE