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.
- Host: GitHub
- URL: https://github.com/afeiship/next-tx-cos-regions
- Owner: afeiship
- License: mit
- Created: 2020-05-06T16:01:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-21T02:54:53.000Z (almost 5 years ago)
- Last Synced: 2025-03-07T14:07:35.916Z (7 months ago)
- Topics: bucket, cos, next, regions, tencent, tx
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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