nest-storage icon indicating copy to clipboard operation
nest-storage copied to clipboard

A multi-disk multi-driver filesystem manager for NestJS. 💾

Results 16 nest-storage issues
Sort by recently updated
recently updated
newest added

This package may not work well with s3 buckets that are not publicly accessible unless user found a way to manually set the file permission to `public-read` which there is...

This pull request adds enforcement of yarn v3.

This pull request adds the ability to use basePath config for s3 when working with files. ## Example Usage ```ts { driver: 's3', bucket: process.env.AWS_S3_DOCS_BUCKET, key: process.env.AWS_KEY, secret: process.env.AWS_SECRET, region:...

Missing credentials in config, if using AWS_CONFIG_FILE, set AWS_SDK_LOAD_CONFIG=1 app | Error: connect ECONNREFUSED 169.254.169.254:80 app | at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1159:16) app | at TCPConnectWrap.callbackTrampoline (internal/async_hooks.js:130:17) Storage module is...

**Is your feature request related to a problem? Please describe.** I want to use the fs driver and another cloud driver. I might not need S3 thus I won't need...

enhancement

**Is your feature request related to a problem? Please describe.** Not associated with a problem but would be good if we have support for other s3 like storage services such...

enhancement
help wanted

As of now, only the following files are exposed: https://github.com/squareboat/nest-storage/blob/add9803f5a2b56f9fe20f0de540361bcb1425052/lib/index.ts#L1-L4 while the source has theses: ``` . ├── lib │ ├── constants.ts │ ├── driverManager.ts │ ├── drivers │ │...

bug

**Is your feature request related to a problem? Please describe.** We have few projects which use google cloud storage for their object storage solution, will be a good to have....

enhancement
good first issue
hacktoberfest

Is there any plan to upgrade to `AWS SDK for JavaScript (v3)`?