From 2b04579f30fa5650bf3ac7e2a1e181b8be04c576 Mon Sep 17 00:00:00 2001 From: Michael Irwin Date: Sat, 6 Jun 2026 01:24:10 -0400 Subject: [PATCH] Fix typo in object store documentation Signed-off-by: Michael Irwin --- content/docs/object-stores/adding-files-to-object-stores.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/object-stores/adding-files-to-object-stores.md b/content/docs/object-stores/adding-files-to-object-stores.md index 321beba..9195c00 100644 --- a/content/docs/object-stores/adding-files-to-object-stores.md +++ b/content/docs/object-stores/adding-files-to-object-stores.md @@ -82,7 +82,7 @@ In this command, the structure is as follows: - The `--host` argument specifies the object store host, i.e. the Civo region where the store was created, - The `--host-bucket` argument names the object store in the host region as an S3 URI, in this case "demo-store", - The `put` command tells s3cmd to upload file(s) to be specified, -- The `--aci-public` argument makes the permissions on this uploaded file public, +- The `--acl-public` argument makes the permissions on this uploaded file public, - `cli_upload_demo.txt` is the file to be uploaded, - `s3://demo-store/cli` is the path in the object store to upload the file to.