Swift has now merged the swift3 middleware into its own source tree and renamed it to s3api. Use of auth_host, auth_port and auth_protocol configuration options was deprecated in the Newton release in favor of auth_uri Related-Change-Id: I9c61d48e673d513cb4c5cf0c9f8b7d1b894729eb Change-Id: I7f085b0c05f2b8c50e7f94ca1c7f4670660da688 Signed-off-by: Thiago da Silva <thiago@redhat.com>
		
			
				
	
	
		
			17 lines
		
	
	
		
			578 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			578 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
prelude: >
 | 
						|
    Swift has now merged the swift3 middleware into its own source tree and
 | 
						|
    renamed it to s3api.
 | 
						|
features:
 | 
						|
  - |
 | 
						|
    The s3api middleware provides S3API support to a Swift cluster.
 | 
						|
upgrade:
 | 
						|
  - |
 | 
						|
    For previous users of Swift3 middleware, it is a simple change to use
 | 
						|
    the s3api middleware, no APIs have been changed. Simply substitute in the
 | 
						|
    new middleware in the pipeline and remember to add the filter. 
 | 
						|
deprecations:
 | 
						|
  - |
 | 
						|
    In s3token middleware, the use of auth_host, auth_port and auth_protocol
 | 
						|
    have been deprecated in favor of auth_uri
 |