OSS/OTS产品使用方式
OSS/OTS产品使用方式
oss 使用
1.Window客户端图形化的object管理工具:ossbrowser
下载链接:https://help.aliyun.com/document_detail/61872.html
打开 ossbrowser 并登录:

Endpoint:选择自定义,输入 Endpoint 信息,填写
http或https加对应地域的Endpoint,选择使用http或https方式登录。例如https://oss-cn-beijing.aliyuncs.com。(例如:http://oss-ah-1-a.ops.sgmc.sgcc.com.cn,注意不要加 bucket名称)AccessKeyId和AccessKeySecret:填写账号的AccessKey(AK)信息。登录ascm通过用户的个人信息获取或者联系维护人员获取。预设 OSS 路径:填入提供的oss加上bucket名称,格式为
oss://bucketname/path。(例如oss://ah-oss-cpms)预设路径有时由于分配权限了,所以不填写会提示 没权限导致无法登陆
2. 通过linux命令行登录:ossutil工具
下载安装ossutil工具,下载安装参考阿里云官网链接:https://help.aliyun.com/document_detail/120075.html?spm=a2c4g.11186623.6.698.7a991c7ahkAosa
ossutil连接配置:
ossutil config -e $endpoint -i $AccessKeyId -k $AccessKeySecret
配置完成后就可以进行上传文件等操作。
其他使用可以参考阿里云官网:https://help.aliyun.com/document_detail/31817.html?spm=a2c4g.11186623.6.544.71c6448aeVFoPa
OTS使用
1.OTS客户端(window):
下载链接如下:https://help.aliyun.com/document_detail/44985.html?spm=a2c4g.11186623.6.1063.69c82aacVcs3dg
