Here's how to connect AWS S3 to Upper:
Create a Bucket
- Log in to your AWS Console
- Navigate to Amazon S3
- Create a bucket and follow the prompts to configure your bucket settings.
Create an IAM User
- Open the IAM console.
- Click Users > Add users.
- Enter a username and enable Programmatic access.
- When asked for permissions, choose:
- Attach policies directly, then
- Add
AmazonS3FullAccess
(or use a more restrictive custom policy if needed, be cautious with this policy, as it grants extensive permissions).
- Complete the user creation process.
Retrieve credentials
- Still in the IAM console, go to the newly created user.
- Click the Security credentials tab.
- Under Access keys, click Create access key.
- Select Third-party service as the use case.
- Copy and enter the following credentials in Upper:
- Access Key
- Secret Access Key