Skip to content

Commit

Permalink
Merge pull request #2269 from buildkite/private-log-storage-notes
Browse files Browse the repository at this point in the history
clarify supported bucket encryption
  • Loading branch information
pzeballos authored Sep 4, 2023
2 parents 81b491c + e4e6b6b commit dc078a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/pipelines/managing_log_output.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ redacted-vars="*_PASSWORD, *_SECRET, *_TOKEN, *_ACCESS_KEY, *_SECRET_KEY, *_CONN

## Private build log archive storage

By default, build logs are stored in encrypted form in Buildkite's managed Amazon S3 buckets, but you can instead store the archived build logs in your private AWS S3 bucket. After storing the logs in your S3 bucket, Buildkite does not retain a copy of the logs.
By default, build logs are stored in encrypted form in Buildkite's managed Amazon S3 buckets, but you can instead store the archived build logs in your private AWS S3 bucket. If you decide to store the logs in your S3 bucket, they're encrypted using SSE-S3. SSE-KMS encryption is not supported. After storing the logs in your S3 bucket, Buildkite does not retain a copy of the logs.

>📘 Enterprise feature
> This feature is only available to customers on the <a href="https://buildkite.com/pricing">Enterprise plan</a> and is applied at the organization level. If you have multiple organizations, send support a list of the organizations where this feature should be enabled.
Expand Down

0 comments on commit dc078a8

Please sign in to comment.