This commit is contained in:
2018-07-26 21:50:44 +00:00
parent 18e851c9c2
commit 9ff40447a0
4 changed files with 42 additions and 3 deletions

View File

@@ -129,6 +129,16 @@ namespace rockfishCore.Controllers
//devops: https://test.helloayanova.com/api/v8/
//Spaces and backup: https://gztw1.nyc3.digitaloceanspaces.com/
//Need S3 library for c#
/*
IAmazonS3 amazonS3Client =
AWSClientFactory.CreateAmazonS3Client("your-spaces-key", "your-spaces-key-secrete",
new AmazonS3Config
{
ServiceURL = "https://nyc3.digitaloceanspaces.com"
}
);
var myBuckets = amazonS3Client.ListBuckets();
*/
return Ret;