Uriah Carpenter

Results 2 issues of Uriah Carpenter

The [CLI userguide](http://docs.aws.amazon.com/cli/latest/userguide/cli-roles.html) instructs you to add delegated profiles to the file `~/.aws/config`. However, profiles added here are incompatible with the SDK. JavaDoc in [`com.amazonaws.profile.path.AwsProfileFileLocationProvider`](https://github.com/aws/aws-sdk-java/blob/1.11.24/aws-java-sdk-core/src/main/java/com/amazonaws/profile/path/AwsProfileFileLocationProvider.java) makes it clear that only...

feature-request

When any of the compose services fail it's expected that container logs be uploaded as artifacts. [v1.8.4](https://github.com/buildkite-plugins/docker-compose-buildkite-plugin/releases/tag/v1.8.4) fixed an issue where logs would not get uploaded. For a docker compose...