Setting up S3
If you don’t already have an S3 bucket configured, you will need an AWS account + IAM user with access to your S3 buckets. Once your account is setup, you can create an S3 Bucket using the following steps:- From the Services selector in your AWS Console, select Storage, then S3
- On the S3 Dashboard, click Create Bucket, and give your bucket a name and default region
- If your files do not need to be accessed by external, public users, leave the Block all Public Access button checked. Otherwise configure the permissions to match your needs
- Once you’ve finished configuring the bucket, click Create Bucket
- Copy the ARN and save it somewhere secure.
Connecting Jetify Cloud to your S3 Account
If you want your Jetify Cloud App to push and pull objects from your S3 Bucket, you can use Jetify Secrets to set your AWS Access Key ID and Secret in your environment:- Go to the Jetify Dashboard for your project, and navigate to Secrets. Create the following Secrets
in the
Prod
environment:AWS_ACCESS_KEY_ID
: The access key for your AWS accountAWS_SECRET_ACCESS_KEY
: The secret key for your AWS accountAWS_BUCKET
: The name of the bucket that you will be accessing.
