Skip to content

Commit 3c1dabe

Browse files
committed
last fixes
1 parent 013f26f commit 3c1dabe

File tree

16 files changed

+724
-734
lines changed

16 files changed

+724
-734
lines changed

package-lock.json

Lines changed: 687 additions & 688 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@
1111
"homepage": "https://github.com/tweedegolf/storage-abstraction/",
1212
"repository": "https://github.com/tweedegolf/storage-abstraction/",
1313
"dependencies": {
14-
"@aws-sdk/client-s3": "^3.906.0",
15-
"@aws-sdk/s3-presigned-post": "^3.906.0",
16-
"@aws-sdk/s3-request-presigner": "^3.906.0",
14+
"@aws-sdk/client-s3": "^3.913.0",
15+
"@aws-sdk/s3-presigned-post": "^3.913.0",
16+
"@aws-sdk/s3-request-presigner": "^3.913.0",
1717
"@azure/identity": "^4.13.0",
18-
"@azure/storage-blob": "^12.28.0",
18+
"@azure/storage-blob": "^12.29.1",
1919
"@google-cloud/storage": "^7.17.2",
2020
"backblaze-b2": "^1.7.1",
2121
"glob": "^11.0.3",
2222
"minio": "^8.0.6",
2323
"rimraf": "^6.0.1"
2424
},
2525
"devDependencies": {
26-
"@types/jasmine": "^5.1.9",
27-
"@types/node": "^24.7.0",
28-
"@typescript-eslint/eslint-plugin": "^8.46.0",
29-
"@typescript-eslint/parser": "^8.46.0",
26+
"@types/jasmine": "^5.1.12",
27+
"@types/node": "^24.8.1",
28+
"@typescript-eslint/eslint-plugin": "^8.46.1",
29+
"@typescript-eslint/parser": "^8.46.1",
3030
"dotenv": "^17.2.3",
31-
"eslint": "^9.37.0",
31+
"eslint": "^9.38.0",
3232
"eslint-config-prettier": "^10.1.8",
3333
"eslint-plugin-prettier": "^5.5.4",
3434
"file-type": "^21.0.0",
@@ -47,7 +47,7 @@
4747
"test-urls": "ts-node ./tests/test_urls.ts",
4848
"ts": "ts-node -P tsconfig.json",
4949
"tsc": "node_modules/.bin/tsc",
50-
"toc": "ts-node ./toc/replace.ts && cd ./toc && ./create_toc.sh && cd ../",
50+
"toc": "cd ./toc && ./create_toc.sh && cd ../ && ts-node ./toc/replace.ts",
5151
"copy": "npm run tsc && ts-node copy.ts",
5252
"prepublishOnly": "",
5353
"prepare": "npm run toc && npm run copy",

publish/AdapterAmazonS3/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
- see also the [migration guide](https://github.com/tweedegolf/storage-abstraction/blob/master/migration_to_api3.0.md)
99
- update @aws-sdk to 3.913.0
1010

11+
# 1.0.20
12+
- include @deprecated functions
13+
14+
# 1.0.19
15+
- update @aws-sdk to 3.893.0
16+
1117
# 1.0.18
1218
- update @aws-sdk to 3.888.0
1319
- add check: if you use the Amazon adapter to connect to Cloudflare R2 `getFileAsUrl`, `addFileFromPath`, `addFileFromBuffer` and `addFileFromStream` return a signed url regardless whether `useSignedURL` is false or true. See [issue #72](https://github.com/tweedegolf/storage-abstraction/issues/72).

publish/AdapterAmazonS3/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

publish/AdapterAzureBlob/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

publish/AdapterBackblazeB2/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

publish/AdapterCubbitS3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const s = new Storage(
109109
);
110110
```
111111

112-
It is mandatory to set a value for `region`; you can set it to "eu-west-1" or "us-east-1". Other values may work as well but not that Cubbit is a decentralized storage so setting a region doesn't really make a difference.
112+
It is mandatory to set a value for `region`; setting it to "us-east-1" will always work. Other values may work as well but note that Cubbit is a decentralized storage so setting a region doesn't really make a difference.
113113

114114
You can also set the region using the `AWS_REGION` environment variable.
115115

publish/AdapterGoogleCloud/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

publish/AdapterLocal/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

publish/AdapterMinio/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)