To obtain credentials for IDrive® e2 (S3-compatible object storage), follow these steps:
✅ Step-by-Step: Create IDrive® e2 S3 Credentials
- Go to IDrive® e2 Console
Visit: https://www.idrivee2.com/
and log in with your account. - Create a Bucket (if not done yet)
- In the dashboard, click Buckets > Create Bucket.
- Enter a unique name and select a region (e.g.,
us-east-1,us-west-1). - Make sure the bucket access is set to Public.
- Create an Access Key Pair
- Go to Access Keys in the left menu.
- Click Create Access Key.
- Name your key (e.g.,
my-app-key) and set permissions. - Click Create and the key pair will be shown:
- ✅ Access Key ID
- ✅ Secret Access Key (shown only once — copy it securely)
- Note the Region and Endpoint
- Region examples:
us-east-1,us-west-1, etc. - Endpoint format:
https://<bucket>.s3.<region>.idrivee2-31.comExample:https://mybucket.s3.us-east-1.idrivee2-31.com
- Region examples:
🧪 Example Credential Set
| Field | Example Value |
|---|---|
| Access Key ID | IDRIVEE2ACCESSKEYEXAMPLE |
| Secret Access Key | IDrIvESecretKeyExample1234567890 |
| Region | us-east-1 |
| Endpoint | https://mybucket.s3.us-east-1.idrivee2-31.com |
| Bucket Name | mybucket |