Failed S3 deployment should have better error message, i.e. not complain about missing memcached.yml
Hi,
we tried to deploy from S3 yesterday. The deployment failed,
complaining about a missing memcached.yml. After a
lot of debugging, we found out that we provided
the wrong URL for the deployment—the bucket had a policy
requiring secureTransport: true while we typed in the
HTTP URL.
An error message like "Can't download app tarball from http://..." would have saved us a lot of time.
(Apparently, s3curl does not report errors by default.
That resulted in an XML response from S3 being written to disk
which in turn was unzipped during deployment.)
Thanks,
André