Remove mention of default since we already know the default
This commit is contained in:
		
							parent
							
								
									38def17627
								
							
						
					
					
						commit
						2b3c1b3a88
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -174,7 +174,7 @@ struct S3BinaryCacheStoreImpl : public S3BinaryCacheStore
 | 
				
			||||||
    const Setting<std::string> lsCompression{this, "", "ls-compression", "compression method for .ls files"};
 | 
					    const Setting<std::string> lsCompression{this, "", "ls-compression", "compression method for .ls files"};
 | 
				
			||||||
    const Setting<std::string> logCompression{this, "", "log-compression", "compression method for log/* files"};
 | 
					    const Setting<std::string> logCompression{this, "", "log-compression", "compression method for log/* files"};
 | 
				
			||||||
    const Setting<uint64_t> bufferSize{
 | 
					    const Setting<uint64_t> bufferSize{
 | 
				
			||||||
        this, 5 * 1024 * 1024, "buffer-size", "size (in bytes) of each part in multi-part uploads. defaults to 5Mb"};
 | 
					        this, 5 * 1024 * 1024, "buffer-size", "size (in bytes) of each part in multi-part uploads"};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    std::string bucketName;
 | 
					    std::string bucketName;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue