Last updated on
Connecting tools for Simple Storage
Beyond the Portal web UI, use any S3-compatible tool to work with buckets from your local machine — for automation, sync and large-scale backups.
Pick the right tool
| Need | Recommended |
|---|---|
| Not comfortable with the command line — Windows | S3 Browser (GUI) |
| Folder sync, mount as a drive, migration across clouds | Rclone |
| Automation scripts, CI/CD, DevOps | AWS CLI |
| Embedded in an app (Python/Node.js/Go…) | Use the S3 SDK + an Access Key |
Before using any of these tools, create an Access Key in the Portal.
S3 Browser
Windows GUI — drag & drop, presigned URLs, folder sync. Best for users who prefer a UI over the CLI.
Rclone
Cross-platform — sync, mount, migrate across cloud providers. Strong choice for automation.
AWS CLI
Official AWS CLI — fully S3-compatible, ideal for scripts, CI/CD and DevOps workflows.
Shared connection parameters
Every S3-compatible tool uses the same parameters:
| Parameter | Value |
|---|---|
| Endpoint | https://s3.lanit.com.vn |
| Region | hn |
| Path style | true (required) |
| Access Key ID | From Access Key |
| Secret Access Key | From Access Key |