How to connect S3 to your Fouita Whitelabel


This guide walk you through the steps necessary to setup S3 storage into your Fouita Whitelabel

When connecting the storage you will need to get the following details from your AWS account:

  • Region
  • Endpoint 
  • Access Key 
  • Secret Key 
  • Public Domain 
  • Bucket Name 


  •  
    1. To get the region name, simply copy the the following part from your s3 board






    2. Get the "Endpoint"

    The endpoint is simply following this format:

    s3.<region-name>.amazonaws.com

    replace <region-name> with the extracted region from the previous step


    3. Get Access & Secret Keys




    Scroll down, then click "Create Access Key"



     

    3. Get the bucket name

    By visiting https://s3.console.aws.amazon.com/s3/home you can copy the name of bucket from the list.




    4. Public Domain

    If you didn't associate the bucket with custom domain, you can still use the following combination to get it.

    https://<bucket-name>.s3.<region>.amazonaws.com

    Replace <bucket-name> with your bucket name
    Replace <region> with the name of region



    For the file access to be successful, you need to make sure that the bucket is set to "Public". to do so, simply go to "Permissions" and disable "Block All Public Access".


    That's it, now you should have all necessary details to connect your S3 to your Whitelabel space.