-
|
Currently, official orchard core implementation only supports storing data protection keys on azure blob storage through OrchardCore.DataProtection.Azure. Is it possible to use custom adapter for targeting different storage like AWS S3 Compatible service? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
|
There's no built-in feature for this, no. You could add it by following the patterns of the Azure Data Protection and S3 Media features. |
Beta Was this translation helpful? Give feedback.
-
|
I think we need a reliable keystore for this instead. |
Beta Was this translation helpful? Give feedback.
There's no built-in feature for this, no. You could add it by following the patterns of the Azure Data Protection and S3 Media features.