Hi,
We are using Minio(min.io) as our object storage system. The Minio supports API operation, but for file uploading, it only supports PUT method. I found our Upload widget use general "POST" method. So my question is how to change HTTP method to PUT, or How to use our own customized upload function?
Thanks,
Lyon