Grazie per il tuo lavoro nel consentire diversi backend S3! Sto usando Minio e funziona benissimo…
L’unico piccolo problema che ho è che il job UpdatePostUploadsSecureStatus sta fallendo perché Minio non supporta gli ACL:
opened 02:26PM - 06 Sep 19 UTC
closed 03:58AM - 07 Sep 19 UTC
community
out of scope
triage
I've read through a few github issues and the minio docs, and it seems you don't… support setting object ACLs (nor intend to). You claim to be an S3 compatible server, but if you aren't supporting this feature, that's not really true IMO. Regardless of whether or not AWS recommends using ACLs, they nevertheless still support them and it is a good enough solution for plenty of people's usage. Not supporting object ACLs prevents Minio from being a drop-in replacement for S3. Someone who wanted to switch to Minio would have to start adding prefixes to everything which could break their existing naming scheme for objects. This is a problem if they wanted to be able to support objects stored in S3 and in Minio, and if they already had pre-existing data in S3 which used Object ACLs. This is the situation I personally am in.
I really think you should reconsider this.
C’è un modo per disabilitare l’esecuzione di questo job?
Falco
(Falco)
18 Febbraio 2023, 4:51pm
2
Hai abilitato SiteSetting.secure_uploads?
No, non l’ho fatto.
MODIFICA: Ho importato alcune email che contenevano immagini incorporate. Sto leggendo la documentazione Secure uploads in emails , sta dicendo che tutti gli upload dalle email saranno “sicuri”?
1 Mi Piace
Falco
(Falco)
19 Febbraio 2023, 1:35pm
4
Perché pianifichiamo questo processo per ogni caricamento su ogni post anche quando l’impostazione è disabilitata @martin ?
3 Mi Piace
martin
(Martin Brennan)
19 Febbraio 2023, 11:38pm
5
Ottima domanda: questo viene chiamato in due punti. PostCreator:
E PostRevisor:
Tuttavia, come puoi vedere, ho trascurato di eseguire il controllo SiteSetting.secure_uploads? in quest’ultimo… Farò una PR per risolvere questo problema e sposterò semplicemente il controllo su post.update_uploads_secure_status.
Modifica: la PR è qui, spero venga unita oggi FIX: Do not enqueue UpdatePostUploadsSecureStatus unnecessarily by martin-brennan · Pull Request #20366 · discourse/discourse · GitHub
4 Mi Piace