... ... The list of blob stores. BlobStores allow to define a storage mechanism and format, such as the legacy file system based storage, an Amazon S3 instance with a TMS-like key structure, etc; independently of where the tiles come from in the TileLayer configuration. ... A blob store must have a unique identifier assigned through this element, which can be referenced by any number of TileLayer's 'blobStoreId'. Defines whether the blob store is enabled (true) or disabled (false). Attempting to use a TileLayer whose blob store is disabled will result in a runtime exception. The default attribute can only be true for one of the configured blob stores. If no blob store is configured as the default one, then one will be created automatically following the legacy location discovery method of looking for the GEOWEBCACHE_CACHE_DIR environment variable, servlet context parameter, or JVM argument. Additionally, any layer that has no blobStoreId set will default to use the default blob store, whether it is defined in the configuration file, or created automatically using the legacy method. So, it is allowed that none of the configured blob stores has its 'default' attribute set to true, but it's a configuration error that more than one is set as the default one. In such case, an exception will be thrown at application startup. the name of the AWS S3 bucket where to store tiles An optional prefix path to use as the "root folder" to store tiles at. For example, if the bucket is bucket.gwc.example and prefix is "mycache", all tiles will be stored under bucket.gwc.example/mycache/{layer name} instead of bucket.gwc.example/{layer name}. The public access key the client uses to connect to S3. The secret key the client uses to connect to S3 Whether S3 object access is public or private Maximum number of concurrent HTTP connections the S3 client may use. Whether to use HTTPS when connecting to S3 or not Endpoint of the server, if using an alternative S3-compatible server instead of Amazon. The optional Windows domain name for configuring an NTLM proxy. If you aren't using a Windows NTLM proxy, you do not need to set this field. The optional Windows workstation name for configuring NTLM proxy support. If you aren't using a Windows NTLM proxy, you do not need to set this field. The optional proxy host the client will connect through. The optional proxy port the client will connect through. The optional proxy user name to use if connecting through a proxy. The optional proxy password to use when connecting through a proxy. Whether gzip compression should be used. ...