minio / docs

MinIO Object Storage Documentation
https://docs.min.io/minio/baremetal
Creative Commons Attribution 4.0 International
547 stars 297 forks source link

[IMPROVEMENT] Rework object management info arch #1207

Open ravindk89 opened 4 months ago

ravindk89 commented 4 months ago

https://min.io/docs/minio/linux/administration/object-management/object-lifecycle-management.html

A few things:

Object Management
-> Object Tiering
    -> Configure Hot/Cold Tiering
    -> Use GCS as Warm/Cold Tier
    -> Use Azure as Warm/Cold Tier
    -> Use S3 as Warm/Cold Tier
-> Object Expiration
    -> Expire Objects in Unversioned Buckets
    -> Expire Objects in Versioned Buckets

Or something - would slightly improve the findability of data. Discuss first.

ravindk89 commented 4 months ago

Note: Both of the above really require that no client application interfaces with the remote data. If someone goes in to delete transitioned objects, and no locking/versioning protections are in place, that data is toast.

The 'easy' path here is to emphasize in our docs section on exclusive access that users should use policy controls to DENY access to that bucket to anything outside of MinIO or admin/superadmin accounts.