We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As of now, only the following files are exposed:
nest-storage/lib/index.ts
Lines 1 to 4 in add9803
while the source has theses:
. ├── lib │ ├── constants.ts │ ├── driverManager.ts │ ├── drivers │ │ ├── index.ts │ │ ├── local.ts │ │ └── s3Storage.ts │ ├── helpers │ │ ├── extensions.ts │ │ └── index.ts │ ├── index.ts │ ├── interfaces │ │ ├── fileOptions.ts │ │ ├── index.ts │ │ ├── storageDriver.ts │ │ └── storageOptions.ts │ ├── module.ts │ ├── provider.map.ts │ ├── service.ts │ ├── storage.module.ts <<<<<<<<<<<<< │ ├── storage.service.ts <<<<<<<<<<<<< │ └── storage.ts
To confirm that those two storage.* files aren't used anywhere:
storage.*
The text was updated successfully, but these errors were encountered:
Thanks for reporting this, will be removed in next release.
Sorry, something went wrong.
vinayak25
No branches or pull requests
As of now, only the following files are exposed:
nest-storage/lib/index.ts
Lines 1 to 4 in add9803
while the source has theses:
To confirm that those two
storage.*
files aren't used anywhere:The text was updated successfully, but these errors were encountered: