feat: add URLSuffix resource option with S3 (#1428)

* feat: add URLSuffix resource option with S3

* feat: add URLSuffix resource option with S3

* fix: eslint
This commit is contained in:
Xudong Cai
2023-04-01 15:28:00 +08:00
committed by GitHub
parent 8eed9c267c
commit d21abfc60c
5 changed files with 17 additions and 1 deletions

View File

@ -18,6 +18,7 @@ type StorageS3Config struct {
SecretKey string `json:"secretKey"`
Bucket string `json:"bucket"`
URLPrefix string `json:"urlPrefix"`
URLSuffix string `json:"urlSuffix"`
}
type Storage struct {