kopia lustrzana https://github.com/gaul/s3proxy
Correct typo
rodzic
5689d59c62
commit
884660ea05
|
@ -113,7 +113,7 @@ public final class S3AwsSdkTest {
|
||||||
|
|
||||||
blobStoreType = context.unwrap().getProviderMetadata().getId();
|
blobStoreType = context.unwrap().getProviderMetadata().getId();
|
||||||
if (Quirks.OPAQUE_ETAG.contains(blobStoreType)) {
|
if (Quirks.OPAQUE_ETAG.contains(blobStoreType)) {
|
||||||
// AWK SDK checks that ETag matches Content-MD5 during PUT
|
// AWS SDK checks that ETag matches Content-MD5 during PUT
|
||||||
System.setProperty(
|
System.setProperty(
|
||||||
"com.amazonaws.services.s3.disablePutObjectMD5Validation",
|
"com.amazonaws.services.s3.disablePutObjectMD5Validation",
|
||||||
"true");
|
"true");
|
||||||
|
|
Ładowanie…
Reference in New Issue