Skip to content

Commit

Permalink
add DUCKDB_S3_ENDPOINT and remove set becoming useless
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemaitre Jacques authored and Lemaitre Jacques committed Mar 6, 2024
1 parent 806ba07 commit 56da0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/onyxia-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ cat <<EOF > ${HOME}/.duckdbrc
.prompt '🦆 '
-- Set s3 context
CALL load_aws_credentials();
SET s3_endpoint='$AWS_S3_ENDPOINT';
EOF
export DUCKDB_S3_ENDPOINT=$AWS_S3_ENDPOINT
fi
if [[ -e "$HOME/work" ]]; then
Expand Down

0 comments on commit 56da0f6

Please sign in to comment.