stalwartlabs / webadmin

Web-based admin for Stalwart Mail Server
https://stalw.art
71 stars 16 forks source link

Support Azure blob storage in a similar fashion to S3 #44

Closed tamwuff closed 1 week ago

tamwuff commented 1 week ago

This is a followup to https://github.com/stalwartlabs/mail-server/pull/907 (and its followup https://github.com/stalwartlabs/mail-server/pull/910) where Azure blob storage support was added. It's quite similar to S3, and a couple of field definitions (max-retries and key-prefix) have been pulled out of the S3-specific stanza and are now shared between S3 and Azure.

Web applications aren't my strongest suit; I've tested this and it seems like it works, but please let me know if I did something dumb.

Thanks!!

mdecimus commented 1 week ago

Merged, thanks!