fileSettings Members ActiveX/Java Uploader JavaScript

The fileSettings type exposes the following members.

Properties

NameDescription
Public property acl Gets or sets an Amazon S3 access control list. Options include private, public-read, public-read-write, and authenticated-read.
Public property contentType Gets or sets content type of the uploading files.
Public property key Gets or sets an Amazon S3 file key.
Public property meta Gets or sets an array of metadata fields to be uploaded to Amazon S3 storage.
Public property policy Gets or sets a security policy describing what is permitted in the request. Requests without security policy are considered anonymous and only work on publicly writable buckets.
Public property signature Gets or sets a HMAC signature constructed using the secret key of the provided accessKeyId.