# Versity S3 Gateway
High-performance S3 to file storage gateway. Turns your filesystem into an S3-compatible object storage server.
## Features
- **S3-Compatible API**: Works with AWS CLI, s3cmd, and any S3-compatible client
- **WebGUI**: Built-in web interface for bucket and object management
- **POSIX Backend**: Direct filesystem access with versioning support
- **Multi-Domain**: Separate domains for WebGUI and S3 API
- **IAM**: Built-in user management with access keys
- **Versioning**: Object versioning support for data protection
## Use Cases
- Self-hosted S3-compatible storage
- Backup and archive solutions
- Media storage for applications
- Data lake on-premises
### Example: AWS CLI
```bash
# Configure AWS CLI
aws configure --profile versity
# Enter your user access key and secret key from /app/data/iam/users.json
# Region: us-east-1
# Output format: json
# Test connection (S3 domain)
aws s3 ls --endpoint-url https:// --profile versity
# Create a bucket
aws s3 mb s3://my-bucket --endpoint-url https:// --profile versity
```
Buy and Install
Hosted App
Purchase this app and it will be installed automatically on your Spinaxy Cloud hosting after payment.