gpg encryption support

This commit is contained in:
Andrea Spacca
2018-10-06 19:24:40 +02:00
parent 0c844c1f11
commit fbf9a4facc

View File

@ -437,7 +437,7 @@ type Metadata struct {
MaxDate time.Time
// DeletionToken contains the token to match against for deletion
DeletionToken string
// Encrypted contaings if the file was encrypted
// Encrypted contains if the file was encrypted
Encrypted bool
// DecryptedContentType is the original uploading content type
DecryptedContentType string