felinto-dev
Follow
❗
Refactor all the things
Backend Developer & SysAdmin at Felinto Network
-
Felinto Network
- centraldocliente.felintonetwork.com
Pinned Loading
-
-
After a lot of headaches with plugin...
After a lot of headaches with plugins that propose to be a wrapper between nestjs and aws-sdk, I decided to configure the dependency injection by myself and the result was not bad. You can use this code as the basis for any cloud storage S3-compatible. I am using @nestjs/config to manage the settings of environment variables. For additional instructions on how to integrate with your system, please check the documentation. 1import { S3 } from 'aws-sdk';
2import { Module } from '@nestjs/common';
3import { ConfigModule, ConfigService } from '@nestjs/config';
45import { scalewayConfig } from '@/app/config/scaleway.config';
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.