Usando almacenamiento de objetos compatible con S3 de Scaleway

Turns out most clones are broken in one way or another. For example, the Digital Ocean S3 Clone forgets the file Mime Type, so our brotli compressed JS is served as plain text and it breaks Discourse completely. So there is no big howto guides, because the experience was awful as a few months ago and everything is changing very rapidly.

I plan on doing a complete check on the ScaleWay offering next week, and write a howto if it works.

7 Me gusta

:+1:
I can’t wait to read this documentation :slight_smile:

1 me gusta

Very interested as well. I attempted to make it work on Rails with ActiveStorage, to no avail.

I have a pending PR before I can publish the guide at

I assume almost all S3 clones who use minio under the hood, like Digital Ocean, will need this.

4 Me gusta

Guide is up at Using Object Storage for Uploads (S3 Clones)

6 Me gusta

Esto funcionó para mí (¡gracias!), mientras que simplemente establecer s3_endpoint no sirvió de nada.

Huelga decir que sigue sin funcionar, y es evidente que solo configurar el endpoint no es suficiente (esto es sentido común al integrar con S3).

La solución adecuada sería permitir personalizar la región más allá de los valores de Amazon codificados en la interfaz de usuario. Además, falta una opción para usar la ruta del bucket, y esta es una función útil para las integraciones personalizadas con S3.

La configuración compatible para Scaleway se encuentra en Configure an S3 compatible object storage provider for uploads

1 me gusta