Jump to content

Выгрузка файлов в Amazon S3

Featured Replies

Доброго времени суток, коллеги!

Может кто сталкивался с проблемой при подключении Amazon S3:

" There appears to be a problem with your Amazon (pntcomforum) file storage settings which can cause problems with uploads.
After attempting to upload a file to the directory, the URL to the file is returning a HTTP 403 error. Update your settings and then check and see if the problem has been resolved "

Проверил настройки несколько раз, даже использовал политику, которая разрешает все пользователям чтение файлов, типа

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "PublicReadGetObject",
            "Effect": "Allow",
            "Principal": "*",
            "Action": "s3:GetObject",
            "Resource": "arn:aws:s3:::bucketname/*"
        }
    ]
}

Все равно не работает. Хотя эти же настройки работают на другом сайте. Баг походу...

P.S. Все делал по этой инструкции: https://invisionpower.com/4guides/advanced-options/server-management/configuring-amazon-s3-r230/

Link to comment
https://ipbmafia.ru/topic/17065-vygruzka-fajlov-v-amazon-s3/
Share on other sites

Разобрался. При создании пользователя нужно указать ему разрешения на S3 (полный доступ), а я прописывал разрешения только в policy.

Если кому интересно, вот инструкция от команды IPB https://invisionpower.com/4guides/advanced-options/server-management/configuring-amazon-s3-r230/

Link to comment
https://ipbmafia.ru/topic/17065-vygruzka-fajlov-v-amazon-s3/?&do=findComment&comment=126389
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.