ref: d8adc268f3dccd53e67adc2c7957309db795f6fe
dir: /s3.h/
typedef struct {
char *endpoint;
char *host;
char *access;
char *bucket;
char *region;
} S3;
int s3get(S3 *s3, char *path);
int s3del(S3 *s3, char *path);
int s3put(S3 *s3, char *path, char *mime, uchar *payhash);