Skip to content
Open
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
2 changes: 1 addition & 1 deletion latest/ug/nodes/auto-get-logs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If you don't already have an S3 bucket to store the logs, create one. Use the fo

[source,bash,subs="verbatim,attributes,quotes"]
----
aws s3api create-bucket --bucket [.replaceable]`bucket-name`
aws s3api create-bucket --bucket [.replaceable]`bucket-name` --region [.replaceable]`region-code` --create-bucket-configuration LocationConstraint=[.replaceable]`region-code`
----

== Step 2: Create pre-signed S3 URL for HTTP Put
Expand Down