11 void aws_set_key (
char *
const str );
12 void aws_set_keyid (
char *
const str );
13 void aws_set_debug (
int d);
16 void s3_set_bucket (
char *
const str );
17 int s3_get ( FILE * b,
char *
const file );
18 int s3_put ( FILE * b,
char *
const file );
19 int s3_check (
char *
const file );
20 void s3_set_host (
char *
const str );
21 void s3_set_mime (
char *
const str );
22 void s3_set_acl (
char *
const str );