如何访问我从其他人那里获得的S3链接

时间:2019-02-14 04:13:33

标签: amazon-s3

我在s3链接上有此sql

s3://fff-cans/crm/full/production_20190214.sql.gz

我该如何访问?它只会显示空白页面

1 个答案:

答案 0 :(得分:1)

您还需要设置IAM密钥才能访问它。掌握了这些内容之后,您可以采用多种方法,包括Amazon Command Line工具集: https://aws.amazon.com/cli/ 您将这样使用:

 aws s3 cp s3://fff-cans/crm/full/production_20190214.sql.gz .

(安装了IAM凭据后)

您可以使用网络界面http://aws.amazon.com,该界面需要用户名和密码。

您还可以使用几种UI工具。像http://s3browser.com/https://cyberduck.io/