# Default S3 Configuration
# Edit this file with your AWS credentials
# These values will be used as defaults in the AttomeS3Config node

AWS_ACCESS_KEY_ID=your_access_key_here
AWS_SECRET_ACCESS_KEY=your_secret_key_here
REGION_NAME=us-east-1
BUCKET_NAME=your_bucket_name_here
ENDPOINT_URL=
