duckdb 0.10.1-dev13.0 → 0.10.1-dev17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,8 +11,8 @@ concurrency:
11
11
 
12
12
  env:
13
13
  GH_TOKEN: ${{ secrets.GH_TOKEN }}
14
- AWS_ACCESS_KEY_ID: ${{secrets.S3_DUCKDB_ORG_DEPLOY_ID}}
15
- AWS_SECRET_ACCESS_KEY: ${{secrets.S3_DUCKDB_ORG_DEPLOY_KEY}}
14
+ AWS_ACCESS_KEY_ID: ${{secrets.S3_DUCKDB_NODE_ID}}
15
+ AWS_SECRET_ACCESS_KEY: ${{secrets.S3_DUCKDB_NODE_KEY}}
16
16
  AWS_DEFAULT_REGION: us-east-1
17
17
 
18
18
  jobs:
@@ -32,7 +32,7 @@ jobs:
32
32
 
33
33
  - name: Debug workflow
34
34
  shell: bash
35
- run:
35
+ run: |
36
36
  echo "$AWS_ACCESS_KEY_ID" "$AWS_DEFAULT_REGION"
37
37
  echo "$AWS_ACCESS_KEY_ID" > myfile.txt
38
38
  LOCAL_BINARY=myfile.txt
package/myfile.txt CHANGED
@@ -1 +1 @@
1
- AKIA4HHCC5ZJWPMXCW75 us-east-1 echo AKIA4HHCC5ZJWPMXCW75 LOCAL_BINARY=myfile.txt REMOTE_BINARY=https://npm.duckdb.org/duckdb/myfile.txt S3_ENDPOINT_BINARY=s3://duckdb-npm/ pip install awscli echo local binary at echo remote binary at echo served from aws s3 cp --acl public-read
1
+ AKIA4HHCC5ZJWTGUGAKV
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "duckdb",
3
3
  "main": "./lib/duckdb.js",
4
4
  "types": "./lib/duckdb.d.ts",
5
- "version": "0.10.1-dev13.0",
5
+ "version": "0.10.1-dev17.0",
6
6
  "description": "DuckDB node.js API",
7
7
  "gypfile": true,
8
8
  "dependencies": {