Hi – I'm reading through the Tigris examples and I'm a bit confused by how they implemented their multipart upload strategy. It seems that the path is sent from the client to the server in their example. Is this not something that should be set server‑side for security (e.g.
tenants/tenantId/files/content
tenants/tenantId/files/content
)? Maybe I'm missing something, but I ran into errors when I tried to set the path from the server. Thanks!
If you want to see it the Storage SDK used with your tool of choice, we have
Solution
Answering my own question here (2 min later of course!). You can set it on the server side. I made a user error when I was trying it out before. The first param named