Crates.io | condow_rusoto |
lib.rs | condow_rusoto |
version | 0.20.0-alpha.3 |
source | src |
created_at | 2021-08-17 07:15:47.692067 |
updated_at | 2022-06-10 13:47:34.242769 |
description | Concurrent downloads from AWS S3 |
homepage | https://github.com/chridou/condow |
repository | https://github.com/chridou/condow |
max_upload_size | |
id | 438324 |
size | 17,772 |
WARNING! Not yet for production usage
Download speed from S3 can be significantly improved by downloading parts of the file concurrently. This crate does exactly that.
Unlike e.g. the AWS Java SDK this library does not download the parts as upladed but ranges.
condow is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.
License: Apache-2.0/MIT