Skip to content

Commit c9e28fc

Browse files
author
Syncaware
committed
Add support for AES256 envelope client-side encryption
1 parent 44645f4 commit c9e28fc

File tree

64 files changed

+136
-21
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+136
-21
lines changed

README.md

Lines changed: 1 addition & 1 deletion

api/backend

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@
4949
"default": null,
5050
"value": null,
5151
"required": true
52+
},
53+
"encryption_key": {
54+
"id": "s3_encryption_key",
55+
"label": "encryption_key",
56+
"type": "password",
57+
"placeholder": "Encryption key",
58+
"readonly": false,
59+
"default": null,
60+
"value": null,
61+
"required": false
5262
}
5363
}
5464
}

assets/externalJs/s3-backend.js

Lines changed: 116 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.

assets/js/chunk_audioplayer_47_e5cc2c2e96ed9c86be81.js renamed to assets/js/chunk_audioplayer_47_ca4cd998f8654cb39293.js

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)