mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
feat: wip upload documents
This commit is contained in:
10
packages/server/src/services/Attachments/UploadDocument.ts
Normal file
10
packages/server/src/services/Attachments/UploadDocument.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Service } from 'typedi';
|
||||
import { S3Client, PutObjectCommand } from '@aws-sdk/client-s3';
|
||||
|
||||
@Service()
|
||||
export class UploadDocument {
|
||||
|
||||
async upload(tenantId: number, file: any) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user