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

Don't skip uploading of empty files, it works now #901

Merged
merged 2 commits into from
Jan 25, 2024

Conversation

ghengeveld
Copy link
Member

@ghengeveld ghengeveld commented Jan 25, 2024

We discovered that uploading empty files through S3 presigned POST requests actually does work. Most likely the older file blob reader mechanism was broken, and the replacement we have for it doesn't have this problem.

📦 Published PR as canary version: 10.5.2--canary.901.7656790331.0

✨ Test out this PR locally via:

npm install [email protected]
# or 
yarn add [email protected]

@ghengeveld ghengeveld added the patch Auto: Increment the patch version when merged label Jan 25, 2024
Copy link
Contributor

@andrewortwein andrewortwein left a comment

Choose a reason for hiding this comment

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

0️⃣👍🏻

@ghengeveld ghengeveld added the skip-release Auto: Preserve the current version when merged label Jan 25, 2024
@ghengeveld ghengeveld added this pull request to the merge queue Jan 25, 2024
Merged via the queue into main with commit 93baf69 Jan 25, 2024
21 of 23 checks passed
@ghengeveld ghengeveld deleted the dont-skip-empty-files-in-upload branch January 25, 2024 14:58
@ghengeveld
Copy link
Member Author

🚀 PR was released in v10.5.1 🚀

@ghengeveld ghengeveld added the released Verdict: This issue/pull request has been released label Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Auto: Increment the patch version when merged released Verdict: This issue/pull request has been released skip-release Auto: Preserve the current version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants