This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user