我正在使用带有参数的react FineUploaderS3:
this.myUploader = new FineUploaderS3({
options: {
request: {
endpoint: "endpoint",
accessKey: "accessKey",
params: {
Authorization: 'authorization'
}
},
chunking: {
enabled: true,
},
resume: {
enabled: true
},
signature: {
endpoint: "signatureUrl",
},
iframeSupport: {
localBlankPagePath: null
},
params: {
Authorization: 'authorization'
}
}
});
当我检查OPTION请求时,没有授权参数。如何添加呢?看来上载良好,目前尚无支持吗?
谢谢!
答案 0 :(得分:0)
FineUploaderS3中没有此类选项。根据{{3}},不应该这样。OPTION不应包含用户凭据,授权参数。