Compare commits

..

No commits in common. "2939290915674688c4c26d81f9e23fbcfcc3afaf" and "cdd8250a0c2b641417398f8e5ca59adf00021e0e" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View File

@ -334,7 +334,6 @@ namespace IRaCIS.Api.Controllers
region = ossOptions.region, region = ossOptions.region,
bucketName = ossOptions.bucketName, bucketName = ossOptions.bucketName,
endPoint = ossOptions.endPoint,
viewEndpoint = ossOptions.viewEndpoint, viewEndpoint = ossOptions.viewEndpoint,
}; };

View File

@ -89,7 +89,6 @@ namespace IRaCIS.Core.Application.Helper
public string region { get; set; } public string region { get; set; }
public string bucketName { get; set; } public string bucketName { get; set; }
public string endPoint { get; set; }
public string viewEndpoint { get; set; } public string viewEndpoint { get; set; }
} }