kopia lustrzana https://github.com/gaul/s3proxy
rodzic
3d4a5db3d2
commit
ff13aae981
|
@ -378,6 +378,9 @@ public class S3ProxyHandler {
|
||||||
", requestSignedHeaders=" + signedHeaders +
|
", requestSignedHeaders=" + signedHeaders +
|
||||||
", Signature=" + signature;
|
", Signature=" + signature;
|
||||||
presignedUrl = true;
|
presignedUrl = true;
|
||||||
|
} else {
|
||||||
|
throw new IllegalArgumentException("unknown algorithm: " +
|
||||||
|
algorithm);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue