Crate s3 [] [src]

Structs

Bucket

Bucket object for holding info about an S3 bucket

Link

Struct holding relevant request information so that Bucket is a bit cleaner.

Functions

delete_s3

Delete file from an S3 path

get_s3

Gets file from an S3 path

list_s3

List contents of an S3 bucket, prefix and delimiter are placeholders for now

put_s3

Put into an S3 bucket, get a preauthorized link back.