Tagged
Minio guides
Hands-on guides that cover Minio. Every command is run and verified on a live server before it is published.
GuideSelf-Hosting S3 with MinIO
Install MinIO on Ubuntu 24.04 to self-host S3-compatible object storage. Run it as a service, bind it to localhost, and create your first bucket.
GuideObjects, Buckets, and Sharing
Put, get, and list objects in MinIO on Ubuntu 24.04, then use a presigned URL to grant time-limited access to one private file, no credentials shared.
GuideThe S3 API and Your App
MinIO speaks the Amazon S3 API, so every S3 SDK works unchanged. See how your app connects with scoped credentials and uploads a file in a few lines.
GuideVersioning and Lifecycle
Turn on MinIO versioning for undo and lifecycle rules for automatic cleanup on Ubuntu 24.04, then make this bucket a reliable backup target.