web3.storage icon indicating copy to clipboard operation
web3.storage copied to clipboard

Write large file in web3 storage

Open ZababurinSergei opened this issue 2 years ago • 1 comments

I have a 15 gigabyte file.

I want to upload it to web3-storage.

I can read it only in the stream.

Is it possible to write a file to web3-storage using streams?

ZababurinSergei avatar Sep 24 '22 22:09 ZababurinSergei

I think U cannot write streams directly in w3, but you can consider split big file to smaller piece and upload separately( upload file may have an 100M limit, you can use a shell script to batch handle the files), or pack the file into a car file and upload without the size limit.

yanjh007 avatar Oct 24 '22 09:10 yanjh007