Skip to content

Commit

Permalink
feat: sample for oggy
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Moore committed Jul 14, 2023
1 parent f8930fa commit 0d01fb6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions backend/s3.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/**
* Uploads a file to your configured S3 provider
*/
export const uploadFileS3 = () => { }

/**
* Gets a file from your configured S3 provider
*/
export const getFileS3 = () => { }

/**
* Deletes a file from your configured S3 provider
*/
export const deleteFileS3 = () => { }

0 comments on commit 0d01fb6

Please sign in to comment.