How to setup Filezilla Pro to access to my s3 bucket?

徘徊边缘 提交于 2019-12-01 04:08:46

One crucial addition to the above answer:

What is my S3 username and password?

Username = Access Key (preferrably an IAM user with only the rights to access the specific S3 buckets (s3:List*) as well as get and put objects permissions.

Password = Secret access key, which you get once you create a new access key. Store this one in a secure space, because you cannot recover it.

petezurich

You can connect to S3 with FileZilla Pro with these simple steps:

Open FileZilla Pro's Site Manager with Command+s (Mac) or CTRL+s (Windows) or click on the Site Manager icon that is on the top left corner of the main window.

  • Create a new site with "New Site".
  • Enter "s3.amazonaws.com" as "Host".
  • Choose "S3- Amazon Simple Storage Service" as protocol.
  • Enter your AWS Access Key ID.
  • Enter your AWS Secret Access Key.
  • Click "Connect" and your good to go.

(Previous version screenshot)

Works like a charm. Highly recommended. Very much worth the 10 bucks.

When using Filezilla Pro to connect AWS S3 , do not forget to add the Bucket name (and any sub folders under the bucket) in "Default remote directory" section of Advanced tab. Please refer the screen shot.

  1. In your Amazon Web Services dashboard (https://console.aws.amazon.com/iam/home#/security_credential) create a Access Key ID and Secret Key pair
  2. Launch FileZilla Pro
  3. Open Site Manager (File, Site Manager or Ctrl+S)

  1. Click New Site and give it a name

  1. In Protocol select “S3 - Amazon Simple Storage Service” from the drop-down menu. The host name is automatically filled.

  1. In Logon Type select “Normal”

  1. In the Access Key ID box enter the Access Key ID you created
  2. In the Secret Access Key box enter the Secret Key you created
  3. Click “Connect”

You can watch also our video tutorial at https://www.youtube.com/watch?v=Ea6WVWADQJc and if you like it please consider to subscribe!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!