http-to-s3
A small rust library that tries to efficiently move files from HTTP endpoints to S3.
Usage
Set the needed environment variables:
S3_ENDPOINT_HOST= The S3 endpoint that should be usedAWS_ACCESS_KEY_ID= S3 Access KeyAWS_SECRET_ACCESS_KEY= S3 Secret Key
use http-to-upload_file;
upload_file
.await
.unwrap;
License
The API is licensed under the MIT license. See the License file for more information