AWS S3
How to configure AWS Storage
Last updated
How to configure AWS Storage
Last updated
To configure storage for the user "di-test" with an existing S3 bucket "di-test-bucket", follow these steps:
Create IAM User and Permissions.
Log in to the AWS Console:
Navigate to IAM → Users → Add users.
Enter di-storage as the username.
Select Attach policies directly, then click Create policy.
Choose the JSON tab and paste the following content:
Replace <account_id>
with your AWS Account ID (without dashes).
Complete the user creation process.
Name the policy di-policy and save it.
Back on the user creation page, refresh the policy list, find di-policy, and attach it to the user.
Complete the user creation process.
Generate Access Keys
Go to the newly created user di-test, open the Security credentials tab.
Click Create access key → Choose Third-party service.
Generate the keys and copy the Access Key ID and Secret Access Key. These will be used in Deep Image.
Set Up Storage in Deep Image
Log in to the.
Navigate to Profile → My Profile → .
Select AWS as the storage type and click ADD.
Fill in the following:
Name: di-storage
Bucket: di-test-bucket
Access Key and Secret Access Key from step 2.
Using Your Storage - Usage