Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ignore tmp folders in s3 uploading #643

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

vsesh
Copy link
Contributor

@vsesh vsesh commented Jan 18, 2024

No description provided.

a little fix

Revert "a little fix"

This reverts commit b4651eb328e596c0844dd8f4f7562340df899f95.

a little fix
@vsesh vsesh changed the title fix: ignore tmp folder in uploading fix: ignore tmp folder in during s3 uploading Jan 18, 2024
@vsesh vsesh changed the title fix: ignore tmp folder in during s3 uploading fix: ignore tmp folders in s3 uploading Jan 19, 2024
@@ -277,7 +277,7 @@ async function handler(args: Arguments<any>) {
await publishFilesToS3({
input: userOutputFolder,
region: storageRegion,
ignore,
ignore: [...ignore, TMP_INPUT_FOLDER, TMP_OUTPUT_FOLDER],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added tmp folders to be ignored during uploading

@vsesh vsesh merged commit caca466 into master Jan 19, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants