Members
-
cname :string
-
Description
Replace the asset domain when secure is false http://{cname}/{cloudName}/image/upload
Details
-
secureDistribution :string
-
Description
Replace the asset domain when secure is true https://{cname}/{cloudName}/image/upload
Details
-
privateCdn :boolean
-
Description
When Cname or secureDistribution are provided (with secure accordingly), privateCdn removes the cloudName from the URL:
https://{cname|secureDistribution}/image/upload instead of https://{cname|secureDistribution}/{cloudName}image/upload
When privateCdn is provided without cname or secure distribution, it moves the cloudName from the URL to the domain:
https://{cloudName}-res.cloudinary.com/image/upload instead of https://res.cloudinary.com/{cloudName}/image/upload
Details
-
secure :boolean
-
Description
use HTTPS or HTTP
Details
-
analytics :boolean
-
Description
Whether or not to include the SDK version signature in the URL
Details
-
signUrl :boolean
-
Description
Whether or not to sign the URL
Details
-
longUrlSignature :boolean
-
Description
Whether or not to use a long signature
Details
-
shorten :boolean
-
Description
Whether or not to shorten the URL
Details
-
useRootPath :boolean
-
Description
Whether or not to use the root path
Details
-
forceVersion :boolean
-
Description
Whether or not to force a version
Details
-
queryParams :Record.<string, (string|number|boolean)>|string
-
Description
Additional params to be added to the URL
Details