Creates missing files for NextCloud in an S3 storage, so it understands the directory structure.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[package] |
|
name = "nc-dirs" |
|
version = "0.1.0" |
|
authors = ["Julio Biason <julio.biason@deliverit.com.br>"] |
|
edition = "2018" |
|
|
|
[dependencies] |
|
rusoto_s3 = "0.40.0" |
|
rusoto_core = "0.40.0" |
|
rusoto_credential = "0.40.0"
|
|
|