URL Part Signature
This type of signature could be used in case of some set of files in one folder, e.g.:
/1/2/31.mp4
/1/2/32.mp4
/1/2/33.mp4
Therefore you could generate signed URL for this part
/1/2/
and concatenate different file name without changing signature. Another case of using URL part signature : file names in one subfolder differ with some suffix , e.g.:
/1/2/3_240p.mp4
/1/2/3_360p.mp4
/1/2/3_480p.mp4
This part
/1/2/3_
could be used for generating signature.
Example of the script for signed URL generation
You can specify a list of IPs which will not be checked for URL sign ( ‘keycheck_whitelist’ setting ). Can be set via CDN support.
You can read here about regular URL signatures: URL signature