From 3d224ad8fa54f007032a5a2c6077c004c4d7c395 Mon Sep 17 00:00:00 2001 From: David Steele Date: Fri, 23 Jun 2017 10:10:48 -0400 Subject: [PATCH] Improve S3 server implementation in documentation. --- doc/xml/release.xml | 4 ++++ doc/xml/user-guide.xml | 12 ++++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/doc/xml/release.xml b/doc/xml/release.xml index 481f432cc..842d7b787 100644 --- a/doc/xml/release.xml +++ b/doc/xml/release.xml @@ -219,6 +219,10 @@

Remove exhaustive version list from Stable Releases TOC.

+ + +

Improve S3 server implementation in documentation.

+
diff --git a/doc/xml/user-guide.xml b/doc/xml/user-guide.xml index b43733511..2a91e4fbc 100644 --- a/doc/xml/user-guide.xml +++ b/doc/xml/user-guide.xml @@ -65,6 +65,8 @@ /backrest:/backrest pgbackrest/test + s3-server + db-master {[host-user]} {[image-repo]}:{[host-os]}-db-{[pg-version]}-doc @@ -171,7 +173,7 @@ Installation - + @@ -1351,7 +1353,13 @@ Create the stanza - + + + echo "{[host-s3-server-ip]} demo-bucket.s3.amazonaws.com s3.amazonaws.com" | + sudo tee -a /etc/hosts + + + aws s3 --no-verify-ssl mb s3://demo-bucket 2>&1