File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -512,9 +512,9 @@ production: &base
512
512
aws_secret_access_key : ' {{AWS_BACKUP_SECRET_ACCESS_KEY}}'
513
513
# The remote 'directory' to store your backups. For S3, this would be the bucket name.
514
514
remote_directory : ' {{AWS_BACKUP_BUCKET}}'
515
- # # Use multipart uploads when file size reaches 100MB, see
516
- # # http://docs.aws.amazon.com/AmazonS3/latest/dev/uploadobjusingmpu.html
517
- # multipart_chunk_size: 104857600
515
+ # Use multipart uploads when file size reaches 100MB, see
516
+ # http://docs.aws.amazon.com/AmazonS3/latest/dev/uploadobjusingmpu.html
517
+ multipart_chunk_size : {{AWS_BACKUP_MULTIPART_CHUNK_SIZE}}
518
518
# # Turns on AWS Server-Side Encryption with Amazon S3-Managed Keys for backups, this is optional
519
519
# # encryption: 'AES256'
520
520
# Fog storage connection settings, see http://fog.io/storage/ .
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ AWS_BACKUP_PATH_STYLE=${AWS_BACKUP_PATH_STYLE:-false}
157
157
AWS_BACKUP_ACCESS_KEY_ID=${AWS_BACKUP_ACCESS_KEY_ID}
158
158
AWS_BACKUP_SECRET_ACCESS_KEY=${AWS_BACKUP_SECRET_ACCESS_KEY}
159
159
AWS_BACKUP_BUCKET=${AWS_BACKUP_BUCKET}
160
- AWS_BACKUP_MULTIPART_CHUNK_SIZE=${AWS_BACKUP_MULTIPART_CHUNK_SIZE}
160
+ AWS_BACKUP_MULTIPART_CHUNK_SIZE=${AWS_BACKUP_MULTIPART_CHUNK_SIZE:- 104857600 }
161
161
162
162
# ## GCS BACKUPS
163
163
GCS_BACKUPS=${GCS_BACKUPS:- false}
You can’t perform that action at this time.
0 commit comments