Created
December 14, 2017 19:26
-
-
Save alexcheng1982/b950c034bb5ba73cb5eda3c9d445f38b to your computer and use it in GitHub Desktop.
Download artifacts from S3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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