Expand description

APIs for downloading and uploading to the configured S3 endpoint

Modules

Download a file from s3 using the s3_download_to_file() function
Download a file from s3 and store the contents in a buffer (Vec<u8>) with the s3_download_to_memory() function
Upload a slice of bytes ([u8]) and store the contents in a single s3 key (file) using the function: s3_upload_buffer()
Upload a local file to s3