You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 12, 2018. It is now read-only.
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).
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -360,7 +360,7 @@ AWS Simple Storage Service options
360
360
1. `boto_host`: string, host for *non*-Amazon S3-compliant object store
361
361
1. `boto_port`: for *non*-Amazon S3-compliant object store
362
362
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
364
364
1. `storage_path`: string, the sub "folder" where image data will be stored.
0 commit comments