From 4e3551776b2aa65df4b392a91228a21cc65c583c Mon Sep 17 00:00:00 2001 From: Charles Schleich Date: Thu, 5 Sep 2024 12:18:14 +0200 Subject: [PATCH] align Config example with other storages --- zenoh.json5 => EXAMPLE_CONFIG.json5 | 6 ++---- README.md | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) rename zenoh.json5 => EXAMPLE_CONFIG.json5 (93%) diff --git a/zenoh.json5 b/EXAMPLE_CONFIG.json5 similarity index 93% rename from zenoh.json5 rename to EXAMPLE_CONFIG.json5 index 2f40ca7..14b2a9c 100644 --- a/zenoh.json5 +++ b/EXAMPLE_CONFIG.json5 @@ -60,14 +60,12 @@ private: { // Credentials for interacting with the S3 bucket - access_key: "AKIAIOSFODNN7EXAMPLE", - secret_key: "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY", + access_key: "", + secret_key: "", }, }, }, }, }, - // Optionally, add the REST plugin - rest: { http_port: 8000 }, }, } diff --git a/README.md b/README.md index c02969b..5dcfc8e 100644 --- a/README.md +++ b/README.md @@ -127,8 +127,8 @@ If successful, then the console can be accessed on http://localhost:9090. private: { // Credentials for interacting with the S3 bucket - access_key: "SARASAFODNN7EXAMPLE", - secret_key: "asADasWdKALsI/ASDP22NG/pWokSSLqEXAMPLEKEY", + access_key: "", + secret_key: "", }, }, },