feat: add read-only database mode and S3-compatible storage options
Introduced configurable read-only mode for databases to restrict write operations. Added support for S3-compatible storage services, including Cloudflare R2, Amazon S3, and Google Cloud Storage. Updated `README.md` with usage examples and configuration details.
This commit is contained in:
parent
6bd3570baf
commit
100d4c7839
3 changed files with 1927 additions and 11 deletions
|
|
@ -65,7 +65,8 @@
|
|||
"@tensorflow/tfjs": "^4.22.0",
|
||||
"@tensorflow/tfjs-backend-cpu": "^4.22.0",
|
||||
"@tensorflow/tfjs-core": "^4.22.0",
|
||||
"@tensorflow/tfjs-layers": "^4.22.0"
|
||||
"@tensorflow/tfjs-layers": "^4.22.0",
|
||||
"@aws-sdk/client-s3": "^3.427.0"
|
||||
},
|
||||
"prettier": {
|
||||
"arrowParens": "always",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue