-
Notifications
You must be signed in to change notification settings - Fork 3
S3 Integration
Katie Broida edited this page Dec 19, 2019
·
1 revision
The AWS bucket used for development is called v2-moments-dev. For access to this or the production bucket, please contact the AWS administrator for TSL.
The app uses for credentials either
- default credential in your home directory at ~/.aws/credentials with this file format:
[tsl] #TSL
aws_access_key_id = <your access key id>
aws_secret_access_key = <your secret access key id>
- or set the environment variable AWS_PROFILE
export AWS_PROFILE=tsl