Gets or sets an Amazon S3 file key.
Namespace:
Aurigma.ImageUploaderFlash.AmazonS3
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
public string Key { get; set; }
Type: System..String
The Amazon S3 file key. You can use a placeholder ${filename} to preserve an original file name and ${path} to pass a folder structure. Any prefix or a folder path can be prepended.
Default value is "${filename}".