AUTH_SECRET_ID_KEY_ERROR
AUTH_SECRET_ID_KEY_ERROR = -1
Auth class for creating reusable or nonreusable signature.
createReusableSignature( $expiration, $bucket, $filepath = null)
Create reusable signature for listDirectory in $bucket or uploadFile into $bucket.
If $filepath is not null, this signature will be binded with this $filepath. This signature will expire at $expiration timestamp. Return the signature on success. Return error code if parameter is not valid.
$expiration | ||
$bucket | ||
$filepath |