Skip to content

Commit 272a94a

Browse files
authored
Merge pull request #3869 from mastermanas805/fix/3636-document-s3-profile
docs: mention BUILDKITE_S3_PROFILE in artifact upload help
2 parents 653e57c + 9c28968 commit 272a94a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

clicommand/artifact_upload.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ You can use Amazon IAM assumed roles by specifying the session token:
4545
4646
$ export BUILDKITE_S3_SESSION_TOKEN=zzz
4747
48+
To pick a named profile from your shared AWS config or credentials file
49+
(~/.aws/config, ~/.aws/credentials), set BUILDKITE_S3_PROFILE. It takes
50+
precedence over AWS_PROFILE, so you can override an AWS_PROFILE that the
51+
agent's environment already has set for an unrelated purpose:
52+
53+
$ export BUILDKITE_S3_PROFILE=name-of-your-aws-profile
54+
4855
Or upload directly to Google Cloud Storage:
4956
5057
$ export BUILDKITE_GS_ACL=private

0 commit comments

Comments
 (0)