Skip to content

Commit

Permalink
Fixed CRDS pickle config errors in example s3.sh env configuration fi…
Browse files Browse the repository at this point in the history
…le. S3 pickling works!
  • Loading branch information
EC2 Default User committed Sep 5, 2019
1 parent 0e03ae0 commit 7bd7e28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion envs/s3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion envs/un-s3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7bd7e28

Please sign in to comment.