Skip to content

Commit ff66e72

Browse files
akareddy04Anirav Kareddy
andauthored
feat: reEncryptInstructionFile Implementation (#475)
Implemented the following feature: re-encrypting an instruction file with a new keyring while preserving the original encrypted object in S3. This enables: 1. Key rotation by updating instruction file metadata without re-encrypting object content 2. Sharing encrypted objects with partners by creating new instruction files with a custom suffix using their public keys Co-authored-by: Anirav Kareddy <[email protected]>
1 parent bb898d1 commit ff66e72

22 files changed

+6323
-79
lines changed

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Ignore artifacts:
2+
build
3+
coverage

0 commit comments

Comments
 (0)