Module is3

Source
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 the s3_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