parent
							
								
									708ad28114
								
							
						
					
					
						commit
						0058b08eeb
					
				| 
						 | 
					@ -0,0 +1,3 @@
 | 
				
			||||||
 | 
					// Package oss implements the Aliyun OSS Storage driver backend. Support can be
 | 
				
			||||||
 | 
					// enabled by including the "include_oss" build tag.
 | 
				
			||||||
 | 
					package oss
 | 
				
			||||||
| 
						 | 
					@ -7,6 +7,8 @@
 | 
				
			||||||
// Because OSS is a key, value store the Stat call does not support last modification
 | 
					// Because OSS is a key, value store the Stat call does not support last modification
 | 
				
			||||||
// time for directories (directories are an abstraction for key, value stores)
 | 
					// time for directories (directories are an abstraction for key, value stores)
 | 
				
			||||||
//
 | 
					//
 | 
				
			||||||
 | 
					// +build include_oss
 | 
				
			||||||
 | 
					
 | 
				
			||||||
package oss
 | 
					package oss
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import (
 | 
					import (
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,3 +1,5 @@
 | 
				
			||||||
 | 
					// +build include_oss
 | 
				
			||||||
 | 
					
 | 
				
			||||||
package oss
 | 
					package oss
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import (
 | 
					import (
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue