Closed tamwuff closed 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.
max-retries
key-prefix
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!!
Merged, thanks!
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
andkey-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!!