diff --git a/latest/ug/nodes/auto-get-logs.adoc b/latest/ug/nodes/auto-get-logs.adoc index b203c5fc1..cb4aba50f 100644 --- a/latest/ug/nodes/auto-get-logs.adoc +++ b/latest/ug/nodes/auto-get-logs.adoc @@ -49,10 +49,11 @@ You must use the {aws} API or a SDK to create the pre-signed S3 upload URL for E + [source,python,subs="verbatim,attributes"] ---- -import boto3; print(boto3.client('s3').generate_presigned_url( - ClientMethod='put_object', - Params={'Bucket': '[.replaceable]``', 'Key': '[.replaceable]``'}, - ExpiresIn=[.replaceable]`1000` +import boto3; +print(boto3.client('s3').generate_presigned_url( + ClientMethod='put_object', + Params={'Bucket': '', 'Key': ''}, + ExpiresIn=1000 )) ---- . Run the script with