Jan Stastny
Jan Stastny
This enables running: `make all IMAGEMAGICK_VERSION=7.0.9-20` We conditionally pass parameters like `IMAGEMAGICK_VERSION=7.0.9-20` when invoking `make` inside Docker. The `DOCKER_MAKE_PARAMS` contains conditions to only have the parameters that are not empty....
If the `curl` fails to download any of the source files, fail the whole build job.
We use [server side encryption with customer keys](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html) and therefore set the `SSECustomerAlgorithm` and `SSECustomerKey` in the `commandInput` argument. This works great with everything except multipart uploads. This is caused...
When using SSE-C with prefix mount on the latest `master` (commit `2871975`), the readdir is not listing items I create inside of the mounted directory. Repro steps: 1. Mount like:...
Also fixing https://github.com/aws/aws-cli/issues/6012, which describes the unencrypted to encrypted copy, while we were running into the same thing with encrypted to encrypted (different key) scenario. *Description of changes:* This fixes...