Commit Graph

12 Commits

Author SHA1 Message Date
Nathan Shively-Sanders
f0ce987bc1 Update project urls to match NPM url
Note that this *trivially* updates project urls by adding the NPM url to
the end, even when the urls are almost identical or the DT one is
outdated. I'll clean up the urls in a later commit.

This PR is unfinished! Please do not merge it yet.
2019-02-11 17:10:55 -08:00
何乐
62b167feca Update ACLType in index.d.ts@types/ali-oss (#31819)
* Update ACLType in index.d.ts

### From
```ts
type ACLType = "public-read-write" | "public-read" | "and private";
```
### Tto
```ts
type ACLType = "public-read-write" | "public-read" | "private";
```

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts
2019-01-04 08:44:52 -08:00
ptrdu
33ed523f3b fix: fix tsconfig.json 2018-11-21 18:01:29 +08:00
ptrdu
46d809eaa4 FIX: export OSS class 2018-11-21 17:55:49 +08:00
ptrdu
83d5d18ae7 FIX: fix the tsconfig and tslint error 2018-09-30 10:17:52 +08:00
ptrdu
14dda1b337 FIX: fix some used import and the typescript version 2018-09-29 18:50:18 +08:00
ptrdu
c56edf64cc FEAT: add test 2018-09-29 17:49:53 +08:00
ptrdu
8c7758f7ef FEAT: add ImageClient and cluster 2018-09-29 15:50:26 +08:00
ptrdu
eea11d19fe FEATURE: add rtmp operations definition 2018-09-27 16:30:04 +08:00
ptrdu
5992ddd064 FEAT: add object operations definitions 2018-09-27 15:09:50 +08:00
ptrdu
3e6f81d156 FEAT: add function definition, current at object uploadPartCopy 2018-09-27 11:14:53 +08:00
ptrdu
abdca373e9 FEAT: add bucket operations 2018-09-26 17:12:52 +08:00