Creating a Bucket
Open the Buckets section
Navigate to your Miget dashboard and go to Buckets. Click Create Bucket.
Configure your bucket
Assign the bucket to a Resource (the compute pool where the storage runs) and give it a descriptive name. Select the storage size for your bucket.
File Browser
Miget includes a built-in file browser for managing objects directly from the dashboard. You can:- Upload files - drag and drop or select files to upload
- Download files - download individual files directly
- Create folders - organize objects with folder structure
- Rename - rename files and folders
- Delete - remove individual files or folders
Presigned URLs
Generate time-limited, secure URLs for direct file access without exposing your credentials. Presigned URLs are useful for:- Sharing files with external users temporarily
- Allowing direct uploads from client applications
- Integrating with applications that need temporary access to specific objects
Bucket Policies and ACLs
Control access to your bucket with:- Bucket Policies - JSON-based policies for fine-grained access rules
- ACLs - access control lists for simpler permission models
Credential Rotation
You can regenerate your S3 access credentials at any time from the bucket details page. After rotation, the previous credentials are immediately invalidated. Update your applications with the new credentials to restore access.Connecting with S3 Tools
Miget buckets are compatible with standard S3 tools and SDKs. Here are some common examples:AWS CLI
aws configure or environment variables:

