This package was created to facilitate the use of the Storage Module in NestJS projects
This package is developed to be used in NestJS projects. The purpose of the module is to use storage service more easily and effectively in NestJS projects.
Variable Name | Description | Required | Default |
---|---|---|---|
STORAGE_SERVICE |
The storage service provider to be used | Yes | - |
S3_SERVICE_ACCESS_KEY |
S3 access key | Yes | - |
S3_SERVICE_SECRET_KEY |
S3 secret key | Yes | - |
S3_SERVICE_REGION |
S3 service region | Yes | - |
S3_SERVICE_BUCKET |
S3 bucket | Yes | - |
S3_SERVICE_ENDPOINT |
S3 endpoint | Yes | - |
These instructions will help you start, configure, test, and use the nestjs-notification-module project.
NestJS Plugin Module is MIT licensed.