Skip to content

Commit

Permalink
feat(nestjs-store): upload edit :)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsangste committed Apr 5, 2023
1 parent f57bce7 commit ad8c158
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/nestjs-storage/src/services/storage.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ import { S3Client } from '@aws-sdk/client-s3'
@Injectable()
export class StorageService {
constructor(private readonly s3client: S3Client) {}

upload() {
console.log('upload files!')
}
}

0 comments on commit ad8c158

Please sign in to comment.