Decrypt file on the fly #768
Answered
by
mpenkov
hugocatlas
asked this question in
Q&A
Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
mpenkov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear smart-open community,
I'm using smart-open for a while now and I'm particularly happy with the possibility of reading a file from a SFTP and writing it directly into S3.
I now have a new client that will start sending openssl-encrypted files over the SFTP.
I would love to know if smart-open is able to handle this use case, in other words, decrypting the file while reading it from SFTP and writing it to S3.
My MVP pipeline did something like:
Now that I need to industrialize it, I would love to make it streamlined: without having to download the file from the SFTP locally, decrypt it, then load it into S3.
Is smart-open able to deal with this? Else, do you have any hints on how I can achieve this?
Cheers,
Hugo
Beta Was this translation helpful? Give feedback.
All reactions