django-s3-storage
django-s3-storage copied to clipboard
Is it possible to use this library for yandex object storage?
I tried to configure it to work with yandex but I kept getting The AWS Access Key Id you provided does not exist in our records.
keep in mind that the same config works with django-storages.
django-s3-storage doesn't explicitly support or not-support yandex object storage. It supports S3, so if something else exposes an S3-like interface, I'd imagine it would work.
If you can figure out the source of the problem, I'd take an MR.
On Mon, 21 Dec 2020 at 09:22, levi scott [email protected] wrote:
I tried to configure it to work with yandex but I kept getting The AWS Access Key Id you provided does not exist in our records.
keep in mind that the same config works with django-storages.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/etianen/django-s3-storage/issues/119, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABEKCGVBDTCFXDALQZOUEDSV4HT5ANCNFSM4VD6I7RQ .
I think it has to do with how the url is constructed.
I think you can just set the setting AWS_S3_ENDPOINT_URL
to the correct URL (ie: storage.yandexcloud.net
). I don't have a yandex account so can't really test it. But if the compatibility they claim is correct, this should do it.