📄️ How to configure S3 access
Each bucket created on Hikube automatically generates a unique pair of S3 access keys. This guide explains how to retrieve these credentials, configure different S3 clients (AWS CLI, MinIO Client, rclone), and inject the keys into your Kubernetes pods securely.
📄️ How to connect a bucket from an application
When you create a bucket on Hikube, a Kubernetes Secret containing the S3 credentials is automatically generated. This guide explains how to retrieve these credentials and use them from AWS CLI, Python (boto3), or any S3-compatible application.