Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions clicommand/artifact_upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ You can use Amazon IAM assumed roles by specifying the session token:

$ export BUILDKITE_S3_SESSION_TOKEN=zzz

To pick a named profile from your shared AWS config or credentials file
(~/.aws/config, ~/.aws/credentials), set BUILDKITE_S3_PROFILE. It takes
precedence over AWS_PROFILE, so you can override an AWS_PROFILE that the
agent's environment already has set for an unrelated purpose:

$ export BUILDKITE_S3_PROFILE=name-of-your-aws-profile

Or upload directly to Google Cloud Storage:

$ export BUILDKITE_GS_ACL=private
Expand Down