-
```
configuration:
const AliOSS = {
endpoint: 'oss-cn-hongkong.aliyuncs.com',
config: {
maxRetryCount: 3,
timeoutIntervalForRequest: 30,
timeoutIntervalForResour…
ghost updated
6 years ago
-
部分用户上传失败:
```
{
"line": 1,
"column": 531494,
"sourceURL": "xxx.min.js",
"name": "InvalidDigestError",
"status": 400,
"code": "InvalidDigest",
"requestId": "5AA9F2D…
-
如果会的话会不会造成安全隐患?
-
对于普通的需要传一次OPTIONS预检的跨域调用,一旦服务器通过了”预检”请求,以后每次浏览器正常的CORS请求,就都跟简单请求一样,不会再预检了。。
但是对于alioss.put*(name, file[, options])这个方法来说,同时调用多次(一次上传多个文件)的话,每上传1个图片都要预检一次再进行上传,也就是说每个图片需要连2次服务器才能传上去,这个是不是有问题呢?
-
Hi all,
My apologies first for using this issue forum to ask this kind of questions if it is not entirely appropriate. I found this might the most likely place for me to get an answer.
I am a te…
-
``` php
( ! ) Notice: curl_setopt(): CURLOPT_SSL_VERIFYHOST no longer accepts the value 1, value 2 will be used instead in G:\wamp\www\UEditor\oss\lib\requestcore\requestcore.class.php on line 625
Cal…
m9rco updated
8 years ago
-
之前都是ok 的 ,最近突然发生这个问题,影响了我所有的上传。
RequestCoreException: cURL resource: Resource id #58; cURL error: select/poll returned error (55)
错误位置
FILE: /usr/share/nginx/html/ThinkPHP/Library/Vendor/Alioss/src/O…
-
新版本的`http-browserify`会将withCredentials默认设置为true,除非手动设置为false。
```
if (typeof params.withCredentials === 'undefined') {
params.withCredentials = true;
}
try { xhr.withCredentials = pa…
-
输入正确的bucket明, 我dd构造的ossClient, bucket返回null不管输入正确的还是错误的key与Secret,
AliyunOSS {#226 ▼
#ossClient: OSSClient {#233 ▶}
#bucket: null
}
-
AliOSS实现上是没有目录的概念。但仍然提供了特殊object `foldername/`来组织文件层次。
希望能增加相对路径配置,能更好的管理上传的资源文件。