Need a way to upload files that are too large for support.rubiconred.com? You can use our S3 storage.
The following commands will setup your profile for AWS CLI. Make sure to substitute the access key, secret key and bucket name where necessary.
# Setup profile
aws configure set profile.mystsupport.aws_access_key_id <Access Key ID>
aws configure set profile.mystsupport.aws_secret_access_key <Secret Access Key>
aws configure set profile.mystsupport.output json
aws configure set profile.mystsupport.region us-west-2
# Upload the file
aws --profile mystsupport s3 cp <file> <S3 External Bucket Name>
# For example:
aws --profile mystsupport s3 cp myst-studio-6.5.0-1530228410.sql s3://rxr/folder