首页 > 代码库 > 阿里云OSS linux使用备忘录

阿里云OSS linux使用备忘录

ossutil config

 

example:

accessKeyId = "AccessKeyId";

accessKeySecret = "AccessKeySecret";

###以上两个在 https://help.aliyun.com/knowledge_detail/38738.html

endPoint = "http://oss-cn-beijing.aliyuncs.com";

阿里云OSS linux使用备忘录