web3.storage
web3.storage copied to clipboard
Write large file in web3 storage
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?
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.