S3 Integration - mit-teaching-systems-lab/dcss GitHub Wiki
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