From 7bb064cec5fff71c0ba5505d7a4f7b4d9a0d57dd Mon Sep 17 00:00:00 2001 From: Harsh Mishra Date: Thu, 16 Nov 2023 18:57:41 +0530 Subject: [PATCH] Update content/en/user-guide/cloud-sandbox/ephemeral-instance/index.md Co-authored-by: Waldemar Hummer --- content/en/user-guide/cloud-sandbox/ephemeral-instance/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/user-guide/cloud-sandbox/ephemeral-instance/index.md b/content/en/user-guide/cloud-sandbox/ephemeral-instance/index.md index 70bf23114e..ebbe0a4270 100644 --- a/content/en/user-guide/cloud-sandbox/ephemeral-instance/index.md +++ b/content/en/user-guide/cloud-sandbox/ephemeral-instance/index.md @@ -43,7 +43,7 @@ You can access the Ephemeral Instance via the AWS CLI by configuring the AWS CLI To create an S3 bucket in the Ephemeral Instance, run the following command: {{< command >}} -$ aws --endpoint-url= s3 mb s3:// +$ aws --endpoint-url='' s3 mb s3:// {{< /command >}} You can replace `` with the endpoint URL of the Ephemeral Instance and `` with the name of the S3 bucket you want to create. To query the list of S3 buckets in the Ephemeral Instance, run the following command: