No description
  • TypeScript 100%
Find a file
2023-08-24 09:33:14 -03:00
src initial commit 2023-08-24 09:32:49 -03:00
.gitignore initial commit 2023-08-24 09:32:49 -03:00
package.json initial commit 2023-08-24 09:32:49 -03:00
README.md Update README.md 2023-08-24 09:33:14 -03:00
tsconfig.json initial commit 2023-08-24 09:32:49 -03:00
yarn.lock initial commit 2023-08-24 09:32:49 -03:00

Reproduction steps:

create an .env file:

   AWS_ACCESS_KEY_ID=
   AWS_SECRET_ACCESS_KEY=
   S3_BUCKET=
> yarn build
> node dist/script.js # execute once so the files are uploaded
> node dist/script.js # this should trigger the problem