Skip to content

Commit

Permalink
* Also use encryption at rest.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgroff committed Nov 1, 2018
1 parent a916727 commit 8753b9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion django_kala/django_kala/platforms/aws/documents.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ def upload_export(self, export_path):
Bucket=settings.S3_STORAGE_BUCKET,
Key=key,
ExtraArgs={
'Expires': expires
'Expires': expires,
'ServerSideEncryption': 'AES256'
}
)

Expand Down

0 comments on commit 8753b9b

Please sign in to comment.