How to setup Filezilla Pro to access to my s3 buck

2020-03-16 07:40发布

问题:

I bought Filezilla Pro that supports Amazon S3, so pls how to setup Filezilla Pro to access into my bucket? Thank you

回答1:

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.



回答2:

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.



回答3:

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.



回答4:

  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!