Skip to content

Conversation

@WhyNotHugo
Copy link
Owner

The key material is temporarily stored in a file for upload. Store the key material into memory instead, and upload it using the ContentFile type.

Ensures that key material never touches local disk (even though /tmp is typically memory-backed).

The key material is temporarily stored in a file for upload. Store the
key material into memory instead, and upload it using the ContentFile
type.

Ensures that key material never touches local disk (even though /tmp is
typically memory-backed).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants