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

FileSettings Class

This class represents upload file settings.

The following tables list the members exposed by the FileSettings type.

Constructor

Name Description
public method FileSettings($name) Creates and initializes an instance of the FileSettings class.

Properties

Name Description
public property getAcl()
setAcl($value)
Gets or sets an Amazon S3 access control list. Options include private, public-read, public-read-write, and authenticated-read.
public property getKey()
setKey($value)
Gets or sets an Amazon S3 file key.

Methods

Name Description
public property addMetaProperty($metaProperty) Adds the specified metadata field to the collection of MetaProperty objects which will be uploaded to Amazon S3 storage.
public property removeMetaProperty($metaProperty) Remove the specified metadata field from the collection of MetaProperty objects which will be uploaded to Amazon S3 storage.