mirror of https://github.com/Xhofe/alist
				
				
				
			feat(azure_blob): implement GetRootId interface in Addition struct (#8389)
fix failed get dirpull/8417/head
							parent
							
								
									477c43971f
								
							
						
					
					
						commit
						28e5b5759e
					
				| 
						 | 
				
			
			@ -12,6 +12,11 @@ type Addition struct {
 | 
			
		|||
	SignURLExpire int    `json:"sign_url_expire" type:"number" default:"4" help:"The expiration time for SAS URLs, in hours."`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// implement GetRootId interface
 | 
			
		||||
func (r Addition) GetRootId() string {
 | 
			
		||||
	return r.ContainerName
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
var config = driver.Config{
 | 
			
		||||
	Name:        "Azure Blob Storage",
 | 
			
		||||
	LocalSort:   true,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue