kopia lustrzana https://github.com/gaul/s3proxy
rodzic
0053102df5
commit
99d8e5e8d7
|
@ -75,7 +75,7 @@ public final class JcloudsS3BlobSignerLiveTest extends S3BlobSignerLiveTest {
|
||||||
return props;
|
return props;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Override
|
||||||
public void testSignGetUrlWithTime()
|
public void testSignGetUrlWithTime()
|
||||||
throws InterruptedException, IOException {
|
throws InterruptedException, IOException {
|
||||||
try {
|
try {
|
||||||
|
@ -86,7 +86,7 @@ public final class JcloudsS3BlobSignerLiveTest extends S3BlobSignerLiveTest {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Override
|
||||||
public void testSignGetUrlWithTimeExpired()
|
public void testSignGetUrlWithTimeExpired()
|
||||||
throws InterruptedException, IOException {
|
throws InterruptedException, IOException {
|
||||||
try {
|
try {
|
||||||
|
@ -97,7 +97,7 @@ public final class JcloudsS3BlobSignerLiveTest extends S3BlobSignerLiveTest {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Override
|
||||||
public void testSignPutUrlWithTime() throws Exception {
|
public void testSignPutUrlWithTime() throws Exception {
|
||||||
try {
|
try {
|
||||||
super.testSignPutUrlWithTime();
|
super.testSignPutUrlWithTime();
|
||||||
|
@ -107,7 +107,7 @@ public final class JcloudsS3BlobSignerLiveTest extends S3BlobSignerLiveTest {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Override
|
||||||
public void testSignPutUrlWithTimeExpired() throws Exception {
|
public void testSignPutUrlWithTimeExpired() throws Exception {
|
||||||
try {
|
try {
|
||||||
super.testSignPutUrlWithTimeExpired();
|
super.testSignPutUrlWithTimeExpired();
|
||||||
|
|
Ładowanie…
Reference in New Issue