Expand description
APIs for downloading and uploading to the configured S3 endpoint
Modulesยง
- s3_
download_ to_ file - Download a file from s3 using the
s3_download_to_file()
function - s3_
download_ to_ memory - Download a file from s3 and store the contents
in a buffer (
Vec<u8>
) with thes3_download_to_memory()
function - s3_
upload_ buffer - Upload a slice of bytes (
[u8]
) and store the contents in a single s3 key (file) using the function:s3_upload_buffer()
- s3_
upload_ file - Upload a local file to s3