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

Commit f5176a5

Browse files
committed
Merge pull request #625 from krallin/aws-calling-format
Config template: add boto_calling_format S3 option
2 parents c1b0fc0 + fadf605 commit f5176a5

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
@@ -298,7 +298,7 @@ AWS Simple Storage Service options
298298
1. `boto_host`: string, host for *non*-Amazon S3-compliant object store
299299
1. `boto_port`: for *non*-Amazon S3-compliant object store
300300
1. `boto_debug`: for *non*-Amazon S3-compliant object store
301-
1. `boto_calling_format`: for *non*-Amazon S3-compliant object store
301+
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
302302
1. `storage_path`: string, the sub "folder" where image data will be stored.
303303

304304
Example:

config/config_sample.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ s3: &s3
8787
s3_secret_key: _env:AWS_SECRET
8888
boto_host: _env:AWS_HOST
8989
boto_port: _env:AWS_PORT
90+
boto_calling_format: _env:AWS_CALLING_FORMAT
9091

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

0 commit comments

Comments
 (0)