This documentation is for the old version. Go to the latest Upload Suite docs

fileSettings.signature Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a HMAC signature constructed using the secret key of the provided accessKeyId.

Syntax

JavaScript Initialize
as3.converters( [
        {
            //...other params...
            signature: "",
            //...other params...
        }
    ]
})

Property Value

Type: String

The HMAC signature constructed using the secret key of the provided accessKeyId.

Default value is "".