Support uploading encrypted files to object storage (#11837) (#11838)

### What problem does this PR solve?

Support uploading encrypted files to object storage.

### Type of change

- [x] New Feature (non-breaking change which adds functionality)

---------

Co-authored-by: virgilwong <hyhvirgil@gmail.com>
This commit is contained in:
YngvarHuang
2025-12-15 09:45:18 +08:00
committed by GitHub
parent 7d23c3aed0
commit 81eb03d230
6 changed files with 669 additions and 3 deletions

View File

@ -154,6 +154,7 @@ dependencies = [
"exceptiongroup>=1.3.0,<2.0.0",
"ffmpeg-python>=0.2.0",
"imageio-ffmpeg>=0.6.0",
"cryptography==46.0.3",
"reportlab>=4.4.1",
"jinja2>=3.1.0",
"boxsdk>=10.1.0",