Skip to content

Commit

Permalink
Merge pull request #106 from dadiorchen/set-s3-bucket
Browse files Browse the repository at this point in the history
To test deploy
  • Loading branch information
dadiorchen authored May 31, 2022
2 parents 709c04f + 1dad22d commit 63499bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server/services/S3Service.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
const s3 = require('../infra/S3/s3');

const uploadCsv = async (csv, Key) => {
if (true) {
return {
Location: "http://test"
}
}
const params = {
Bucket: process.env.S3_BUCKET,
ContentType: 'text/csv',
Expand Down

0 comments on commit 63499bf

Please sign in to comment.