Get a query string authenticated URL
public static getAuthenticatedURL ( string $bucket, string $uri, integer $lifetime, boolean $hostBucket = false, boolean $https = false ) : string | ||
$bucket | string | Bucket name |
$uri | string | Object URI |
$lifetime | integer | Lifetime in seconds |
$hostBucket | boolean | Use the bucket name as the hostname |
$https | boolean | Use HTTPS ($hostBucket should be false for SSL verification) |
return | string |