Package | Description |
---|---|
org.duracloud.client.task | |
org.duracloud.s3storageprovider.dto |
Modifier and Type | Method and Description |
---|---|
GetSignedUrlTaskResult |
S3TaskClientImpl.getSignedUrl(String spaceId,
String contentId,
String resourcePrefix)
Retrieves a signed URL for a media file that is streamed through a secure
distribution; uses default minutes to expire (480) and allows streaming to
any IP address
|
GetSignedUrlTaskResult |
S3TaskClient.getSignedUrl(String spaceId,
String contentId,
String resourcePrefix)
Retrieves a signed URL for a media file that is streamed through a secure
distribution; uses default minutes to expire (480) and allows streaming to
any IP address
|
GetSignedUrlTaskResult |
S3TaskClientImpl.getSignedUrl(String spaceId,
String contentId,
String resourcePrefix,
int minutesToExpire,
String ipAddress)
Retrieves a signed URL for a media file that is streamed through a secure
distribution
|
GetSignedUrlTaskResult |
S3TaskClient.getSignedUrl(String spaceId,
String contentId,
String resourcePrefix,
int minutesToExpire,
String ipAddress)
Retrieves a signed URL for a media file that is streamed through a secure
distribution
|
Modifier and Type | Method and Description |
---|---|
static GetSignedUrlTaskResult |
GetSignedUrlTaskResult.deserialize(String taskResult)
Parses properties from task result
|
Copyright © 2009–2016 DuraSpace. All rights reserved.