Amazon S3 deployment provider copies all or selected artifacts to Amazon S3 storage.
access_key_id) - AWS account access key.secret_access_key) - AWS secret access key.bucket) - the name of bucket to copy artifacts to.region) - AWS region where the bucket is located.folder) - name of folder to copy to.artifact) - name of artifact(s) to copy. If more than one, separate with commas (,).unzip) - Default is false.set_public) - Default is false.encrypt) - Default is false.reduced_redundancy) - Default is false.max_error_retry) - Number of times provider will retry after a failure. Default is 0.Configuring in appveyor.yml:
deploy:
provider: S3
access_key_id:
secret_access_key:
bucket:
region: eu-west-1
unzip: true|false (disabled by default)
set_public: true|false (disabled by default)
folder:
artifact: