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?
It seems that the current cli client uses the PUT request towards AWS S3 which is limited to 5GB resulting in the following error:
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?