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

feat!: disallow setting an object as a stream #96

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

eduardoboucas
Copy link
Member

@eduardoboucas eduardoboucas commented Nov 9, 2023

Which problem is this pull request solving?

S3 doesn't support uploads with transfer-encoding: chunked, so we can't really accept a stream as the input to a set() call without buffering the data in the client.

Removing this option for now until we have a better solution.

Part of https://github.com/netlify/pillar-runtime/issues/775.

@eduardoboucas eduardoboucas requested a review from a team as a code owner November 9, 2023 10:10
Copy link

netlify bot commented Nov 9, 2023

Deploy Preview for blobs-js ready!

Name Link
🔨 Latest commit 4fe2323
🔍 Latest deploy log https://app.netlify.com/sites/blobs-js/deploys/654cb01bc8542400082f3fda
😎 Deploy Preview https://deploy-preview-96--blobs-js.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot added the type: feature code contributing to the implementation of a feature and/or user facing functionality label Nov 9, 2023
@eduardoboucas eduardoboucas merged commit 1c8f668 into main Nov 9, 2023
21 checks passed
@eduardoboucas eduardoboucas deleted the feat/disallow-stream branch November 9, 2023 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature code contributing to the implementation of a feature and/or user facing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants