mirror of https://github.com/apache/jclouds.git
Enable time-bound signed URL tests for HPCS.
HP does, in fact, support configurable temporary signed URLs: http://docs.hpcloud.com/api/object-storage#temp_url References JCLOUDS-231
This commit is contained in:
parent
b2bf75f8ef
commit
96c326d0cd
|
@ -30,21 +30,4 @@ public class HPCloudObjectStorageBlobSignerLiveTest extends SwiftBlobSignerLiveT
|
|||
public HPCloudObjectStorageBlobSignerLiveTest() {
|
||||
provider = "hpcloud-objectstorage";
|
||||
}
|
||||
|
||||
// hp doesn't yet support time-bound request signing
|
||||
// https://api-docs.hpcloud.com/hpcloud-object-storage/1.0/content/ch_object-storage-dev-overview.html
|
||||
@Override
|
||||
@Test(expectedExceptions = AuthorizationException.class)
|
||||
public void testSignGetUrlWithTime() throws InterruptedException, IOException {
|
||||
super.testSignGetUrlWithTime();
|
||||
}
|
||||
|
||||
// hp doesn't yet support time-bound request signing
|
||||
// https://api-docs.hpcloud.com/hpcloud-object-storage/1.0/content/ch_object-storage-dev-overview.html
|
||||
@Override
|
||||
@Test(expectedExceptions = AuthorizationException.class)
|
||||
public void testSignPutUrlWithTime() throws Exception {
|
||||
super.testSignPutUrlWithTime();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue