fix(core): update

This commit is contained in:
2024-05-17 19:24:52 +02:00
parent 2a15362ced
commit c70ee820d7
4 changed files with 223 additions and 48 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@push.rocks/smartbucket",
"version": "3.0.2",
"description": "A TypeScript library for simple cloud independent object storage with support for buckets, directories, and files.",
"description": "A TypeScript library that offers simple, cloud-independent object storage with features like bucket creation, file management, and directory management.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -45,15 +45,18 @@
"keywords": [
"cloud storage",
"object storage",
"minio",
"S3",
"TypeScript",
"smartstream",
"smartpromise",
"smartpath",
"smartrx",
"buckets",
"files management",
"directories management"
"S3",
"minio",
"file management",
"directory management",
"bucket creation",
"data streaming",
"multi-cloud",
"API",
"unified storage",
"buffer handling",
"access key",
"secret key"
]
}
}