An open API service indexing awesome lists of open source software.

https://github.com/afeiship/next-tx-cos-regions

Const for tencent cos regions.
https://github.com/afeiship/next-tx-cos-regions

bucket cos next regions tencent tx

Last synced: 6 months ago
JSON representation

Const for tencent cos regions.

Awesome Lists containing this project

README

          

# next-tx-cos-regions
> Const for tencent cos regions.

[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]

## installation
```bash
npm install -S @jswork/next-tx-cos-regions
```

## usage
```js
import '@jswork/next-tx-cos-regions';

nx.txCosRegions = [
"ap-chengdu",
"ap-chongqing",
"ap-shanghai",
"ap-chongqing",
"ap-beijing",
"ap-nanjing",
"ap-guangzhou",
"ap-shenzhen-fsi",
"ap-shanghai-fsi",
"ap-beijing-fsi"
];
```

## license
Code released under [the MIT license](https://github.com/afeiship/next-tx-cos-regions/blob/master/LICENSE.txt).

[version-image]: https://img.shields.io/npm/v/@jswork/next-tx-cos-regions
[version-url]: https://npmjs.org/package/@jswork/next-tx-cos-regions

[license-image]: https://img.shields.io/npm/l/@jswork/next-tx-cos-regions
[license-url]: https://github.com/afeiship/next-tx-cos-regions/blob/master/LICENSE.txt

[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-tx-cos-regions
[size-url]: https://github.com/afeiship/next-tx-cos-regions/blob/master/dist/next-tx-cos-regions.min.js

[download-image]: https://img.shields.io/npm/dm/@jswork/next-tx-cos-regions
[download-url]: https://www.npmjs.com/package/@jswork/next-tx-cos-regions