Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit fadf605

Browse files
committed
Config template: add boto_calling_format S3 option
Using the "ordinary" calling format can be useful when using a bucket whose name contains periods (otherwise the AWS SSL certificate may be refused because it is several subdomains deep).
1 parent 3753407 commit fadf605

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ AWS Simple Storage Service options
360360
1. `boto_host`: string, host for *non*-Amazon S3-compliant object store
361361
1. `boto_port`: for *non*-Amazon S3-compliant object store
362362
1. `boto_debug`: for *non*-Amazon S3-compliant object store
363-
1. `boto_calling_format`: for *non*-Amazon S3-compliant object store
363+
1. `boto_calling_format`: string, the fully qualified class name of the boto calling format to use when accessing S3 or a *non*-Amazon S3-compliant object store
364364
1. `storage_path`: string, the sub "folder" where image data will be stored.
365365

366366
Example:

config/config_sample.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ s3: &s3
8686
s3_secret_key: _env:AWS_SECRET
8787
boto_host: _env:AWS_HOST
8888
boto_port: _env:AWS_PORT
89+
boto_calling_format: _env:AWS_CALLING_FORMAT
8990

9091
# Ceph Object Gateway Configuration
9192
# See http://ceph.com/docs/master/radosgw/ for details on installing this service.

0 commit comments

Comments
 (0)