Replies: 1 comment 6 replies
-
Hi, I'm moving to aws sdk v2, however I think you are wrong, the memory usage is upload_concurrency * upload_part_size and the same for downloads. You can easily test yourself. This behaviour will remain the same also with aws sdk v2. Before asking for a question or reporting an issue please do some tests, thanks. P.S. are you really using SFTPGo? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello , was going through one issue of s3 manager to upload a file it reads the entire file is read into RAM before it's being sent:
aws/aws-sdk-go#2228
Is anything planned for future to move away from s3 manager because of this or its already solved in sftpgo using some way/hack?
Beta Was this translation helpful? Give feedback.
All reactions