blob: 9f59207b1453ae45075ebf19d43ae7f8d8c0894c (
plain)
1
2
3
4
5
6
7
|
---
aws_s3_backup_region: "us-east-1"
# apt awscli is v2 (the old pip package was v1); the s3/s3api commands the
# backup scripts use behave the same. boto3 was dropped: nothing used it.
aws_s3_backup_apt_packages:
- "awscli"
|