-
```typescript
import { ReadStream } from 'fs';
import sha512 from 'crypto-js/sha512';
import { PATH_ENV } from '.';
import COS from 'cos-nodejs-sdk-v5';
import { errMap, ServerError } from './err…
-
![image](https://user-images.githubusercontent.com/45714963/107802038-d1136600-6d9b-11eb-98d0-571b65a7ceb5.png)
I encountered a similar problem once before in Tencent Cloud, when I suspected it was a…
-
#### The associated forum post URL from `https://forum.rclone.org`
None
#### What is the problem you are having with rclone?
I wanted to add Zoho drive, but it failed
#### What is your…
Pitel updated
3 years ago
-
按照 [https://cloud.tencent.com/document/product/436/36427](https://cloud.tencent.com/document/product/436/36427) 的说法,在进行分块上传时,应该要能自定义 `x-cos-meta-md5` 这个头,但是目前`UploadPart`不支持,想问下有什么办法解决吗
-
调用postObject上传文件,如果文件名带有特殊符号,例如等号“=”。
在返回的Location中,“=”会变成"%3D";
但是在腾讯云控制台可以看到,实际的地址中,“=”是变成了“%253D”。
从调试器看到,之前的版本post请求是直接发"="的,现在的版本发的是编码后的“%3D”。明显sdk多做了一个步骤。
-
Would you please add support for Tencent Cloud Obeject Storage?
the website is https://intl.cloud.tencent.com/product/cos or https://cloud.tencent.com/product/cos (in Chinese)
Thanks!
-
**Bug 描述**
**Describe the bug**
发布预览时下载错误
内网环境,需要配置代理上网 已设置
set HTTP_PROXY=http://xx
set HTTPS_PROXY=http://xx
**错误日志**
**Debug LOG**
```
CloudBase CLI 1.2.4
CloudBase Framework 1.5.…
-
**Bug 描述**
**Describe the bug**
Deno 的案例部署失败。
请简单清晰地描述您遇到的bug。
A clear and concise description of what the bug is.
我通过`tcb new deno deno`通过模板新建一个 deno 项目,
然后执行`tcb framework deploy` 进行一键部署就失败…
hu-qi updated
3 years ago
-
Hi, is there any plans to add new cloude storages, such as tentcent cos, alibaba oss etc
I'm tring to expand it.
-
上传文件时,简单或分片都可以可以触发onProgress,下载可以成功但是不会触发onProgress。
```javascript
COSInstance.getObject({
Bucket,
Region,
Key: `/9551e17eb27f9a4ffac69e5bfdb04591.pdf`,
DataType: 'arraybuffer',
o…