Description of configuration options for s3
Configuration option=Default value (Type) Description
buckets_path=$state_path/buckets (StrOpt) path to s3 buckets
image_decryption_dir=/tmp (StrOpt) parent dir for tempdir used for image decryption
s3_access_key=notchecked (StrOpt) access key to use for s3 server for images
s3_affix_tenant=False (BoolOpt) whether to affix the tenant id to the access key when downloading from s3
s3_host=$my_ip (StrOpt) hostname or ip for openstack to use when accessing the s3 api
s3_listen=0.0.0.0 (StrOpt) IP address for S3 API to listen
s3_listen_port=3333 (IntOpt) port for s3 api to listen
s3_port=3333 (IntOpt) port used when accessing the s3 api
s3_secret_key=notchecked (StrOpt) secret key to use for s3 server for images
s3_use_ssl=False (BoolOpt) whether to use ssl when talking to s3