aliyun/aliyun-oss-java-sdk

可以增加一个getObjectOutputStream功能api吗,增强使用便利性

ACCia opened this issue · 1 comments

ACCia commented

类似于

OutputStream  oss = this.Oss.getObjectOutputStream(bucketName,key);
oss .write("Hello word".getBytes());
ACCia commented

现阶段我只能使用管道api来解决此问题.
但我需要尽量避免使用管道.