generated from fahricansecer/boilerplate-be
@@ -33,9 +33,7 @@ public class S3StorageService
|
||||
var config = new AmazonS3Config
|
||||
{
|
||||
ServiceURL = _settings.Endpoint,
|
||||
ForcePathStyle = true,
|
||||
RequestChecksumCalculation = RequestChecksumCalculation.WHEN_REQUIRED,
|
||||
ResponseChecksumValidation = ResponseChecksumValidation.WHEN_REQUIRED,
|
||||
ForcePathStyle = true
|
||||
};
|
||||
|
||||
_s3Client = new AmazonS3Client(
|
||||
|
||||
Reference in New Issue
Block a user