File: sftpcloudfs.conf.example

package info (click to toggle)
sftpcloudfs 0.12.2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 272 kB
  • sloc: python: 1,251; sh: 135; makefile: 4
file content (66 lines) | stat: -rw-r--r-- 1,372 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# sftpcloudfs example configuration file
#

[sftpcloudfs]

# Authentication URL (eg Memstore, RackSpace Cloud Files, OpenStack)
# auth-url = (empty)

# Host RSA key used by the server.
# host-key-file = (empty)

# Address to bind.
# bind-address = 127.0.0.1

# Port to bind.
# port = 8022

# SCP support.
# scp-support = yes

# Memcache server(s) for external cache (eg 127.0.0.1:11211)
# Can be a comma-separated list.
# memcache = (empty)

# Maximum number of workers.
# max-children = 20

# Large file support.
# Specify a size in MB to split large files.
# split-large-files = (empty)

# Log file location.
# log-file = (empty)

# Enable logging to system logger (daemon facility).
# syslog = no

# Show detailed information on logging.
# verbose = no

# Pid file location when in daemon mode.
# pid-file = (empty)

# UID to drop privileges when in daemon mode.
# uid = (empty)

# GID to drop privileges when in daemon mode.
# gid = (empty)

# Auth 2.0 (Keystone), requires keystoneclient
# keystone-auth = no

# Region name to be used with Auth 2.0 (optional)
# keystone-region-name = (empty)

# Tenant separator to be used with Auth 2.0 (eg. TENANT.USERNAME)
# keystone-tenant-separator = '.'

# Service type to be used with Auth 2.0.
# keystone-service-type = 'object-store'

# Endpoint type to be used with Auth 2.0.
# keystone-endpoint-type = 'publicURL'

# EOF