Hi there,
On a Bucket storage, does anyone know which function is better for uploading an "byteArray"?
I have managed to implemented with "write(...)" and "create(...)".
Despite "create(...)" being faster (more than 3x faster), I think I might have some issues with it and that the "write(...)" is safer and more recommended for uploading data.
Does anyone know the real difference between both, or point me into the correct documentation page, where I can find that difference (have searched for it, but didn't found anything conclusive).