Skip to content

Instantly share code, notes, and snippets.

@alexcheng1982
Created December 14, 2017 19:26
Show Gist options
  • Save alexcheng1982/b950c034bb5ba73cb5eda3c9d445f38b to your computer and use it in GitHub Desktop.
Save alexcheng1982/b950c034bb5ba73cb5eda3c9d445f38b to your computer and use it in GitHub Desktop.
Download artifacts from S3
- name: download artifact
win_command: "PowerShell.exe -Command Read-S3Object -Region {{aws.region}} -BucketName <bucket_name> -Key <key> -File {{ target_path }} "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment