I got a challenge to setup a simple object storage server or cdn, especially for storing and loading (via API) any PNG, TXT, and TIFF files, the server have docker and kubernetes both running. I am new to MinIO but managed to install a fresh MinIO then create multiple buckets, setup their access policy and encryption. For disk caching i am able to apply one configuration for multiple bucket, but i cannot figure it out how to apply different configuration to each different bucket since in the console only showing singular configuration.
My objectives are like this:
- Bucket 1 - thematic data (PNG) - Expiry after 60 days
- Bucket 2 - topographic data (TIFF) - Expiry after 30 days
- Bucket 3 - metadata (TXT) - Expiry after 1 days
Already read the documentation but got no solution, any suggestion will be appreciated
Thank you