我在s3链接上有此sql
s3://fff-cans/crm/full/production_20190214.sql.gz
我该如何访问?它只会显示空白页面
答案 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/