How to pipe two input and output file object in python just like java.io.PipedInputStream in java? -


i want use tar archive local folder , upload s3. don't having temporary tar file in local file system because tar file huge.

i want have way pipe 2 file-like objects: tar write file-like object , s3 read file-like object, java.io.pipedinputstream in java.


Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

html - grunt SVG to webfont -

c# - SharpSsh Command Execution -