mirror of
				https://github.com/xiaoqidun/gocos.git
				synced 2025-10-31 21:19:38 +08:00 
			
		
		
		
	
			
				
					
						
					
					239c3d2ad0276e56fee268d0570fc5a3c1ed5355
				
			
			
		
	
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			GoCOS
腾讯云对象存储(COS),Drone CI插件,AWS S3的COS实现
Drone CI配置例子
kind: pipeline
type: docker
name: default
steps:
  - name: upload
    image: ccr.ccs.tencentyun.com/xiaoqidun/gocos
    settings:
      secret_id:
        from_secret: secret_id
      secret_key:
        from_secret: secret_key
      bucket_url:
        from_secret: bucket_url
      source: build/release
      target: build/release
      strip_prefix: build/release
Drone CI配置说明
secret_id
API密钥管理获得的SecretId
secret_key
API密钥管理获得的SecretKey
bucket_url
存储桶概览中的访问域名
source
DroneCI中文件的源位置
target
存储桶中文件的目标位置
strip_prefix
从文件的源位置剔除前缀
					Languages
				
				
								
								
									Go
								
								93.8%
							
						
							
								
								
									Dockerfile
								
								6.2%