Tagged
S3 guides
Hands-on guides that cover S3. Every command is run and verified on a live server before it is published.
GuideA Backup Repository
Set up restic against S3 object storage and take a first encrypted, deduplicated backup into a repository that lives off your app server.
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.
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.