11 lines
373 B
Bash
11 lines
373 B
Bash
# AWS Credentials - Copy file này thành .env và điền credentials
|
|
# cp .env.template .env
|
|
# Lấy credentials từ: https://iam.aws.amazon.com hoặc CSIRO admin
|
|
|
|
AWS_ACCESS_KEY_ID=your_access_key_here
|
|
AWS_SECRET_ACCESS_KEY=your_secret_key_here
|
|
AWS_DEFAULT_REGION=ap-southeast-2
|
|
|
|
# Optional - nếu dùng role/session token
|
|
# AWS_SESSION_TOKEN=your_session_token_here
|