@hocuspocus/extension-s3 4.0.0-rc.7 → 4.0.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.
- package/README.md +5 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# @hocuspocus/extension-s3
|
|
2
|
+
[](https://www.npmjs.com/package/@hocuspocus/extension-s3)
|
|
3
|
+
[](https://npmcharts.com/compare/tiptap?minimal=true)
|
|
4
|
+
[](https://www.npmjs.com/package/@hocuspocus/extension-s3)
|
|
5
|
+
[](https://github.com/sponsors/ueberdosis)
|
|
2
6
|
|
|
3
|
-
A S3-compatible persistence driver for Hocuspocus
|
|
7
|
+
A S3-compatible persistence driver for [Hocuspocus](https://github.com/ueberdosis/hocuspocus). Stores Y.js documents in Amazon S3 or S3-compatible storage (MinIO, DigitalOcean Spaces, Cloudflare R2, Backblaze B2, etc.).
|
|
4
8
|
|
|
5
9
|
## Installation
|
|
6
10
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hocuspocus/extension-s3",
|
|
3
3
|
"description": "a S3-compatible persistence driver for Hocuspocus",
|
|
4
|
-
"version": "4.0.0
|
|
4
|
+
"version": "4.0.0",
|
|
5
5
|
"homepage": "https://hocuspocus.dev",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"hocuspocus",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@aws-sdk/client-s3": "^3.981.0",
|
|
33
|
-
"@hocuspocus/extension-database": "^4.0.0
|
|
33
|
+
"@hocuspocus/extension-database": "^4.0.0",
|
|
34
34
|
"kleur": "^4.1.4"
|
|
35
35
|
},
|
|
36
36
|
"publishConfig": {
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"repository": {
|
|
40
40
|
"url": "https://github.com/ueberdosis/hocuspocus"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "1c1b34800f702a06e1ce236e8a175c82876bff42"
|
|
43
43
|
}
|