-
Notifications
You must be signed in to change notification settings - Fork 576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
不支持 x-oss-server-side-encryption header设置 #715
Comments
能贴下详细代码吗 |
@Pedestrian93 const uploader = new AliOss({
bucket,
accessKeyId,
accessKeySecret,
stsToken,
region,
timeout: 100000000
})
uploader.put(objectKey, file, {
headers: {
"x-oss-server-side-encryption": "KMS"
}
}) |
@Pedestrian93 |
简单 put 和 initMultipartUpload 应该是支持的
|
@Pedestrian93 那么为什么 |
另外,我在 Node 端使用 |
@Pedestrian93 能否告知这个问题大概什么时候能发版修复? |
明天可以发布 |
@Pedestrian93 我来催更了 |
代码 还在review |
@PeterRao 明天能发版吗 |
已经发布6.4.0 |
使用 put 方法和 multipartUpload 方法上传文件至私密桶,添加
x-oss-server-side-encryption
header 时报错:但是 文档 中显示是支持的
headers取值:
The text was updated successfully, but these errors were encountered: