Related Links
- S3 Developer Guide
- Endpoints and Access Keys
- Third-Party Tools
- Veeam®
- Veeam® 12 Direct-to-Cloud
- MSP360
- MSP360 Cloudberry
- MSP360 CloudBerry Explorer
- MSP360 Managed Backup Service
- Ahsay
- Acronis Cyber Protect Cloud
- Anchorpoint
- AirLiveDrive
- Archiware P5
- Arcserve
- Arcserve ImageManager
- Arq Backup
- BackupAssist
- Bunny.net
- ChronoSync
- Cloudmounter
- Cloudflare
- Comet
- Couchbase
- cPanel Backup
- CrossFTP
- CuttingRoom
- CubeBackup
- Cyberduck
- Dell
- Dropshare
- Duplicacy
- Duplicati
- EditShare
- ExpanDrive
- Fastly CDN
- Files.com
- Filezilla Pro
- Flexify.IO
- GoodSync
- Hammerspace
- Hedge OffShoot
- iconik
- Iperius Backup
- iRODS
- Jet Backup5
- LucidLink
- Milestone XProtect
- Mountain Duck
- MultCloud
- /n software S3 Drive
- NAKIVO Backup and Replication
- Nextcloud
- NirvaShare
- NovaBACKUP
- odrive
- Photos+ Cloud Library
- PureStorage
- qBackup
- QNAP
- Quest Rapid Recovery
- Rclone
- Restic
- Retrospect
- S3 Browser
- S3cmd
- S3Drive
- s5cmd
- S3FS
- SFTPCloud
- SimpleBackups
- Snowflake
- SyncBackPro
- Syncovery
- Synology Hyper Backup
- Synology Cloud Sync
- Transmit
- TrueNAS® CORE
- UpdraftPlus Backup
- Vantage Gateway
- Veeam® Backup for Microsoft 365
- Vembu BDR Suite
- Veritas Backup Exec
- WinSCP
- Windows Network Drive
- CNAME Record Guide
- S3 API Documentation
Integrate s5cmd with IDrive® e2
s5cmd is a fast tool for executing S3 and local filesystem operations. It supports various operations, including tab completion, wildcard file support, and file management in object storage workflow. Use s5cmd with IDrive® e2 to speed up your downloads and uploads with higher-throughput transfers. Learn more about s5cmd.
Prerequisites:
Before uploading files using s5cmd, you require:
- An active IDrive® e2 account. Sign up here if you do not have one.
- A bucket in IDrive® e2. See how to create a bucket.
- A valid Access Key ID and Secret Access Key. Learn how to create an access key.
- s5cmd should be installed on your system.
To configure s5cmd with IDrive® e2
In the command prompt, enter the following command:
- Create a directory to keep your s3 credentials file,
#mkdir ~/.aws
- Create a file to save or edit your s3 credentials,
#vi ~/.aws/credentials or
#aws configure - When prompted, enter the following details:
AWS Access Key ID [None]: nktrXLpOTBWj5yLmRzyN
AWS Secret Access Key [None]: xmvocPk6lVEyqskPxw6Lyx2yLMscPYhA6gHUXWJK
Default region name [None]: Bangalore
Default output format [None]: - Press Enter.
Use s5cmd with IDrive® e2
- List all your IDrive® e2 Buckets in a particular region:
#s5cmd --endpoint-url=https://u6a5.bn.idrivee2-61.com ls (In Endpoint, https:// is mandatory)
Note: You can use existing buckets or create a new bucket. - To create a new bucket in that region,
#s5cmd --endpoint-url=https://u6a5.bn.idrivee2-61.com mb s3://e2-s5demo
- To copy a Local File to the IDrive® e2 Bucket,
#s5cmd --endpoint-url=https://u6a5.bn.idrivee2-61.com cp Homee2.jpeg s3://e2-s5demo
Now, you can access newly created buckets and objects from the IDrive® e2 application.
Note: Click Stop to stop data movement.