Commit Graph

11 Commits (1780225da5ab2d41cc916f69bfcc49128b51a2d9)

Author SHA1 Message Date
Athurg Gooth c27c6cea13
fix: failed to upload OSS with S3 SDK ()
Fix failed to upload OSS with S3 SDK

Co-authored-by: Athurg Feng <athurg@gooth.org>
Alex Zhao d0c40490a7
feat: add `HostnameImmutable` to aws endpoint config ()
* add config to support S3-compatible urls like minio

* add comment for HostnameImmutable

* fix linting
Xudong Cai d21abfc60c
feat: add URLSuffix resource option with S3 ()
* feat: add URLSuffix resource option with S3

* feat: add URLSuffix resource option with S3

* fix: eslint
boojack ff8851fd9f
fix: golangci-lint version ()
* chore: update interface declare

* chore: update args

* chore: update

* chore: update
Zeng1998 fd99c5461c
feat(s3): customize filenames via placeholders ()
* feat(s3): customize filenames via placeholders

* fix go-static-checks

* add tips on the frontend

* fix eslint check

* remove yarn.lock

* remove Config.Path

* update tips

* fix

* update
boojack 31399fe475
fix: s3 custom path ()
Alex Zhao 9d4bb5b3af
feat: add support for s3 path ()
* add support for path

* fix typo and switch positions with Path and Bucket

* using path method instead of string concatenation
boojack 977e7f55e5
feat: add visibility field to resource ()
boojack 9c5b44d070
feat: update storage schema ()
boojack 7e8011ba34
chore: support deleting storage ()
Zeng1998 1e4a81dea9
feat: storage service backend ()
* feat: storage service backend

* update go.mod

* update the column name (urlPrefix -> url_prefix)

* update

* update