Even though the scanner uses multipart and concurrency to upload files, it still relies on host internet bandwith.
This is a important bottleneck if the user wants to upload terabytes of data to its cloud.
To address this issue, we could use Amazon S3 Transfer Acceleration to improve bandwith between S3 service and our client.
Please refer to this article to read more about Transfer Accelaration for S3 and this article to read more about its implementation.
Even though the scanner uses multipart and concurrency to upload files, it still relies on host internet bandwith.
This is a important bottleneck if the user wants to upload terabytes of data to its cloud.
To address this issue, we could use Amazon S3 Transfer Acceleration to improve bandwith between S3 service and our client.
Please refer to this article to read more about Transfer Accelaration for S3 and this article to read more about its implementation.