You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -1027,6 +1027,7 @@ Below is the complete list of available options that can be used to customize yo
1027
1027
|`AWS_BACKUP_SECRET_ACCESS_KEY`| AWS secret access key. No defaults. |
1028
1028
|`AWS_BACKUP_BUCKET`| AWS bucket for backup uploads. No defaults. |
1029
1029
|`AWS_BACKUP_MULTIPART_CHUNK_SIZE`| Enables mulitpart uploads when file size reaches a defined size. See at [AWS S3 Docs](http://docs.aws.amazon.com/AmazonS3/latest/dev/uploadobjusingmpu.html)|
1030
+
|`AWS_BACKUP_ENCRYPTION`| Turns on AWS Server-Side Encryption. Defaults to `false`. See at [AWS s3 Docs](http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html)|
1030
1031
|`GCS_BACKUPS`| Enables automatic uploads to an Google Cloud Storage (GCS) instance. Defaults to `false`. |
1031
1032
|`GCS_BACKUP_ACCESS_KEY_ID`| GCS access key id. No defaults |
1032
1033
|`GCS_BACKUP_SECRET_ACCESS_KEY`| GCS secret access key. No defaults |
0 commit comments