S3 Protocol Sync
Supports S3-compatible object storage services.
Supported Services
- Cloudflare R2 - Recommended, 10GB free
- AWS S3 - Amazon cloud storage
- MinIO - Open source self-hosted
- Alibaba Cloud OSS - S3 compatible mode
Cloudflare R2 Configuration (Recommended)
1. Create R2 Bucket
- Log into Cloudflare Dashboard
- Go to "R2"
- Click "Create bucket"
- Enter bucket name
2. Create API Token
- Go to "R2" → "Manage R2 API Tokens"
- Click "Create API token"
- Select "Object Read & Write" permission
- Note the Access Key ID and Secret Access Key
3. Configure BeeCount
- Go to "Me" → "Cloud Service"
- Select "S3"
- Enter configuration:
- Endpoint:
https://<account_id>.r2.cloudflarestorage.com - Access Key ID: From previous step
- Secret Access Key: From previous step
- Bucket: Bucket name
- Region:
auto
- Endpoint:
- Save and test
AWS S3 Configuration
- Log into AWS Console
- Create S3 bucket
- Create IAM user and get credentials
- Configure in BeeCount
MinIO Self-hosted
Ideal for technical users with their own server - fully self-managed deployment.
docker run -p 9000:9000 -p 9001:9001 minio/minio server /data --console-address ":9001"