OSS/OTS产品使用方式

lishihuan小于 1 分钟

OSS/OTS产品使用方式

oss 使用

1.Window客户端图形化的object管理工具:ossbrowser

下载链接:https://help.aliyun.com/document_detail/61872.htmlopen in new window

打开 ossbrowser 并登录:

image-20211112084820472
image-20211112084820472
  • Endpoint:选择自定义,输入 Endpoint 信息,填写 httphttps 加对应地域的 Endpoint,选择使用 httphttps 方式登录。例如 https://oss-cn-beijing.aliyuncs.com。(例如:http://oss-ah-1-a.ops.sgmc.sgcc.com.cn,注意不要加 bucket名称)

  • AccessKeyIdAccessKeySecret:填写账号的 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.7a991c7ahkAosaopen in new window

ossutil连接配置:

ossutil config -e $endpoint -i $AccessKeyId -k $AccessKeySecret

配置完成后就可以进行上传文件等操作。

其他使用可以参考阿里云官网:https://help.aliyun.com/document_detail/31817.html?spm=a2c4g.11186623.6.544.71c6448aeVFoPaopen in new window

OTS使用

1.OTS客户端(window):

下载链接如下:https://help.aliyun.com/document_detail/44985.html?spm=a2c4g.11186623.6.1063.69c82aacVcs3dgopen in new window

image-20211112085217903
image-20211112085217903