mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: add support for s3 path (#1233)
* add support for path * fix typo and switch positions with Path and Bucket * using path method instead of string concatenation
This commit is contained in:
@ -12,6 +12,7 @@ type StorageConfig struct {
|
||||
|
||||
type StorageS3Config struct {
|
||||
EndPoint string `json:"endPoint"`
|
||||
Path string `json:"path"`
|
||||
Region string `json:"region"`
|
||||
AccessKey string `json:"accessKey"`
|
||||
SecretKey string `json:"secretKey"`
|
||||
|
Reference in New Issue
Block a user