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

fileSettings.key Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets an Amazon S3 file key.

Syntax

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

Property Value

Type: String

The Amazon S3 file key.

Default value is "${filename}".

See Also

Reference