RTradeLtd / Temporal

☄️ Temporal is an easy-to-use, enterprise-grade interface into distributed and decentralized storage
https://temporal.cloud
MIT License
227 stars 40 forks source link

Enabled Deduplicated File Size Calculations #477

Open bonedaddy opened 4 years ago

bonedaddy commented 4 years ago

This is a followup to https://github.com/RTradeLtd/Temporal/issues/476, but to extend the deduplicated size calculation to file uploads. Currently when uploading files we use the size reported by the file handler that golang has. This size may be smaller once we upload it to IPFS.

A flow that would enable us to do this is as follows: