Description of S3 configuration options
Configuration option = Default value Description
[glance_store]
= None (StrOpt) The S3 query token access key.
= None (StrOpt) The S3 bucket to be used to store the Glance data.
= subdomain (StrOpt) The S3 calling format used to determine the bucket. Either subdomain or path can be used.
= False (BoolOpt) A boolean to determine if the S3 bucket should be created on upload if it does not exist or if an error should be returned to the user.
= False (BoolOpt) Enable the use of a proxy.
= None (StrOpt) The host where the S3 server is listening.
= 10 (IntOpt) What multipart upload part size, in MB, should S3 use when uploading parts. The size must be greater than or equal to 5M.
= 100 (IntOpt) What size, in MB, should S3 start chunking image files and do a multipart upload in S3.
= None (StrOpt) The local directory where uploads will be staged before they are transferred into S3.
= None (StrOpt) Address or hostname for the proxy server.
= None (StrOpt) The password to use when connecting over a proxy.
= 8080 (IntOpt) The port to use when connecting over a proxy.
= None (StrOpt) The username to connect to the proxy.
= None (StrOpt) The S3 query token secret key.
= 10 (IntOpt) The number of thread pools to perform a multipart upload in S3.