How to setup Wasabi storage on WoWonder

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ต.ค. 2018
  • Policy:
    {
    "Version": "2012-10-17",
    "Statement": [
    {
    "Sid": "AllowPublicRead",
    "Effect": "Allow",
    "Principal": {
    "AWS": "*"
    },
    "Action": "s3:GetObject",
    "Resource": "arn:aws:s3:::foldername/*"
    }
    ]
    }
    WoWonder v2 is a PHP Social Network Platform, WoWonder is the best way to start your own social network website!
    With our new feature, the user can wonder, like, share, comment on posts, photos, files, and videos, create pages, groups, albums, games, chat, and so much more..
    WoWonder is fast and secured. and will be regularly updated.
    Buy Now for $99!
    www.wowonder.com

ความคิดเห็น • 9

  • @lukestudio6332
    @lukestudio6332 5 ปีที่แล้ว

    Nice Helpful Thank you :)

  • @DjDavidC
    @DjDavidC 3 ปีที่แล้ว +1

    can you do this with deepsound? Dont want to used amazon

  • @numegruppodiricercasulmedi4477
    @numegruppodiricercasulmedi4477 5 ปีที่แล้ว +2

    Another tip: click on "Enable FTP/FTPS" after create your account on Wasabi, or you can't upload anything ;-)

    • @tamilanosai80
      @tamilanosai80 2 ปีที่แล้ว

      hi, you do it ?, for Playtube Filezella-FTP Configure?

  • @shivanandpatil4766
    @shivanandpatil4766 4 ปีที่แล้ว +1

    Can you show this for Google cloud also plzzzzx

  • @MajidiOmar
    @MajidiOmar 4 ปีที่แล้ว

    for more details:
    Make sure that the Public Access for the bucket is enabled, upload the entire upload folder from the WoWonder package into your bucket, also ensure that all the folders are Open to Public. Assuming the bucket created on Wasabi is called xxxxxsocial, this is what needs to go into the WoWonder FTP section.
    FTP Hostname: s3.us-west-1.wasabisys.com (Please check where your bucket is hosted at on Wasabi, as of this writing, they have us-west-1 and us-east-1, please apply accordingly.)
    FTP User name: This is your login account into Wasabi, not the API credentials
    FTP Password: This is your login password into Wasabi.
    FTP Port: 21
    FTP Path: ./xxxxxsocial (Change this to your bucketname)
    FTP Endpoint: s3.us-west-1.wasabisys.com/xxxxxsocial (Apply the bucket location and bucket name accordingly)
    One issue when using the FTP to connect with Wasabi is that the permission of Open to All is disabled after a document is uploaded. You can overcome this by applying the following code within the policy of the bucket.
    { “Version”: “2012-10-17”, “Statement”: [ { “Sid”: “PublicReadGetObject”, “Effect”: “Allow”, “Principal”: { “AWS”: “” }, “Action”: “s3:GetObject”, “Resource”: “arn:aws:s3:::xxxxxsocial/” } ] }
    Replace the xxxxxsocial with your bucket name. Further information on policy can be found here.
    docs.aws.amazon.com/AmazonS3/latest/dev/example-bucket-policies.html
    On the last note, if you signup on their trial package, making the bucket open access may not be available and you have to contact support to get that done.
    I hope this is useful to all who may consider Wasabi with WoWonder.

    • @kakajanoa4260
      @kakajanoa4260 4 ปีที่แล้ว

      Thank you so much for writing all this.

    • @kakajanoa4260
      @kakajanoa4260 4 ปีที่แล้ว

      May I ask you for help related to Wowonder?

  • @MrERLucas
    @MrERLucas 4 ปีที่แล้ว

    Syntax errors in policy.: Version