I am working on Minio server, using presignedPutObject method can generate a public visiting URL, however this URL can only work for 7 days by default, I tried to extend it to 30 days but restricted.
so how would I try to make all the uploaded files with public permission which the generated URL can exist forever.