Skip to content
/ eplist Public

All cloud storage platform endpoint list. /一份由社区维护的云存储接入点列表文件

License

Notifications You must be signed in to change notification settings

eplist/eplist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eplist

Contributors visits License

Introduction

云存储各大厂商都没有提供endpoint的列表API,所以我们通过开源社区的方式维护一份。

利用它,可以在配置云存储时快速选择需要的endpoint。

Platforms

Usage

curl

curl https://raw.githubusercontent.com/eplist/eplist/main/oss.yml

Js-axios

import axios from "axios";
import yamlLoader from "js-yaml";

axios.get(`https://raw.githubusercontent.com/eplist/eplist/main/oss.yml`).then((data) => {
  let eplist = yamlLoader.load(data);
  console.log(eplist.endpoints);
})

License

This repo is under the MIT license. See the LICENSE file for details.

About

All cloud storage platform endpoint list. /一份由社区维护的云存储接入点列表文件

Topics

Resources

License

Stars

Watchers

Forks