Aws s3 support

This commit is contained in:
veeso
2021-08-26 11:24:13 +02:00
parent f31f58aa79
commit 1d09095ab9
37 changed files with 3458 additions and 973 deletions

View File

@@ -52,6 +52,7 @@ extern crate open;
extern crate path_slash;
extern crate rand;
extern crate regex;
extern crate s3;
extern crate ssh2;
extern crate suppaftp;
extern crate tempfile;