We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cp 命令的 --storage-class 选项只支持上传文件的时候设置,如果在 COS 内复制则会报错 --storage-class can only use in upload 。
--storage-class
--storage-class can only use in upload
但我需要通过 coscli 工具,批量修改存量文件的存储类型。
coscli/cmd/cp.go
Line 326 in fa3fdd6
我看到源代码里面 cosCopy 函数,似乎是支持 storageClass 的,但命令行层面进行了限制,不知道为什么,能否允许 COS 内复制时修改存储类型呢?
cosCopy
storageClass
The text was updated successfully, but these errors were encountered:
No branches or pull requests
cp 命令的
--storage-class
选项只支持上传文件的时候设置,如果在 COS 内复制则会报错--storage-class can only use in upload
。但我需要通过 coscli 工具,批量修改存量文件的存储类型。
coscli/cmd/cp.go
Line 326 in fa3fdd6
我看到源代码里面
cosCopy
函数,似乎是支持storageClass
的,但命令行层面进行了限制,不知道为什么,能否允许 COS 内复制时修改存储类型呢?The text was updated successfully, but these errors were encountered: