This class represents upload file settings.
The following tables list the members exposed by the FileSettings type.
| Name | Description | |
|---|---|---|
| FileSettings($name) | Creates and initializes an instance of the FileSettings class. |
| Name | Description | |
|---|---|---|
| getAcl() setAcl($value) |
Gets or sets an Amazon S3 access control list. Options include private, public-read,
public-read-write, and authenticated-read. |
|
| getKey() setKey($value) |
Gets or sets an Amazon S3 file key. |
| Name | Description | |
|---|---|---|
| addMetaProperty($metaProperty) | Adds the specified metadata field to the collection of MetaProperty objects which will be uploaded to Amazon S3 storage. | |
| removeMetaProperty($metaProperty) | Remove the specified metadata field from the collection of MetaProperty objects which will be uploaded to Amazon S3 storage. |