This commit is contained in:
David Lebee 2020-10-27 16:12:46 -04:00
parent f7bfdc18e8
commit 72dfef9f9e

View File

@ -45,11 +45,10 @@ namespace PoweredSoft.Storage.Test
private static S3StorageProvider GetMockS3Space() private static S3StorageProvider GetMockS3Space()
{ {
//var space = new S3StorageProvider("http://localhost:9000", "mybucket", "minioadmin", "minioadmin"); var space = new S3StorageProvider("http://localhost:9000", "mybucket", "minioadmin", "minioadmin");
//space.SetForcePathStyle(true); space.SetForcePathStyle(true);
//space.SetS3UsEast1RegionalEndpointValue(Amazon.Runtime.S3UsEast1RegionalEndpointValue.Legacy); space.SetS3UsEast1RegionalEndpointValue(Amazon.Runtime.S3UsEast1RegionalEndpointValue.Legacy);
var space = new S3StorageProvider(" https://nyc3.digitaloceanspaces.com", "lveb-public", "42ZNGWW3EHQECLS7FCPT", "NKhVtWvAdUKRhoFN9QK7rsqnLarVaxpxIAwHJTCPrIA");
return space; return space;
} }
} }