AWS S3 Manual Setup
Setting up AWS S3 Bucket for storing cypress recordings
The following configuration is already included in CloudFormation setup
Create a new S3 bucket, enable public access (uncheck
Block all public access
)Set bucket's CORS configuration:
or for new AWS dashboard:
Open IAM dashboard
Create new user, enable programmatic access. Keep the access key and the secret.
Create and attach the policy to the user:
Last updated