comparison Sphinx/source/plugins/object-storage.rst @ 506:30d415f2b8ee

fix minio sample
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Sep 2020 10:26:39 +0200
parents e4bea5b97890
children a51542cfdfeb
comparison
equal deleted inserted replaced
505:e4bea5b97890 506:30d415f2b8ee
187 "AwsS3Storage" : { 187 "AwsS3Storage" : {
188 "BucketName": "my-sample-bucket", 188 "BucketName": "my-sample-bucket",
189 "Region" : "eu-west-1", 189 "Region" : "eu-west-1",
190 "Endpoint": "http://localhost:9000/", 190 "Endpoint": "http://localhost:9000/",
191 "AccessKey": "AKIAIOSFODNN7EXAMPLE", 191 "AccessKey": "AKIAIOSFODNN7EXAMPLE",
192 "SecretKey": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY", 192 "SecretKey": "wJalrXUtnFEMI/K7MNG/bPxRfiCYEXAMPLEKEY",
193 "VirtualAddressing" : false 193 "VirtualAddressing" : false
194 } 194 }
195 } 195 }
196 196
197 Note that the ``VirtualAddressing`` option must be set to ``false`` 197 Note that the ``VirtualAddressing`` option must be set to ``false``