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

AmazonS3Extender Class

This class extends Image Uploader with a direct upload to Amazon S3 storage.

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

Constructor

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

Properties

Name Description
public property getAWSAcceccKeyId()
setAWSAcceccKeyId($value)
Gets or set the AWS Access Key ID of the owner of the bucket.
public property getBucket()
setBucket($value)
Gets or sets the bucket name.
public property getBucketHostName()
setBucketHostName($value)
Gets or sets the custom bucket host name.
public property getPolicyExpiration()
setPolicyExpiration($value)
Gets or sets the expiration date of the policy.
public property getSecretAccessKey()
setSecretAccessKey($value)
Gets or sets the secret access key.
public property getSourceFile() Gets source file upload settings.
public property getThumbnail1() Gets first thumbnail upload settings.
public property getThumbnail2() Gets second thumbnail upload settings.
public property getThumbnail3() Gets third thumbnail upload settings.

See Also

Samples