S3GetTask

Downloads an object from Amazon S3. This task requires the PEAR package Services_Amazon_S3

Table 148. Attributes

Name Type Description Default Required
key String Amazon S3 key n/a Yes (or defined before task call as: amazon.key)
secret String Amazon S3 secret n/a Yes (or defined before task call as: amazon.secret)
bucket String Bucket containing the object n/a Yes (or defined before task call as: amazon.bucket)
object String Object name n/a Yes
target String Where to store the object after download n/a Yes