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

Issues uploading files greater than 5GB #6

Open
kcarlson opened this issue Apr 13, 2023 · 5 comments
Open

Issues uploading files greater than 5GB #6

kcarlson opened this issue Apr 13, 2023 · 5 comments

Comments

@kcarlson
Copy link

It seems that the current cli client uses the PUT request towards AWS S3 which is limited to 5GB resulting in the following error:

error: failed to upload to storage provider

Our release artifact is >5GB, it would be great to be able to upload it with your cli. Otherwise i think using the url returned in the redirect header can be used for a multipart upload for example?

@ezekg
Copy link
Member

ezekg commented Apr 13, 2023

How large are the artifacts that you're attempting to upload?

@kcarlson
Copy link
Author

Roughly 10GB

@ezekg
Copy link
Member

ezekg commented Apr 13, 2023

Right now, our API doesn't support generating presigned URLs that can be utilized within a multipart request (see aws/aws-sdk-js#468). It's a bit more complicated to do so than you'd initially think, but we'll add this to our roadmap to explore. For now, artifact uploads have a filesize limit of 5GB imposed by the storage provider.

@kcarlson
Copy link
Author

ok, understand. i think we can do some workarounds to make it smaller. thanks for the quick response!

@ezekg
Copy link
Member

ezekg commented Apr 13, 2023

No problem at all. Sorry I don't have a better solution at the time.

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

No branches or pull requests

2 participants