mirror of
https://github.com/sot-tech/mochi.git
synced 2026-07-12 19:48:13 -07:00
(pertially tested) remove S3 prefix concat to Key
* add S3 test for prefix and suffix * update dependencies * add workflow image for minio
This commit is contained in:
@@ -38,6 +38,13 @@ jobs:
|
||||
--health-interval 10s
|
||||
--health-timeout 5s
|
||||
--health-retries 5
|
||||
minio:
|
||||
image: "minio/minio"
|
||||
ports: [ "9000:9000" ]
|
||||
options: >-
|
||||
server
|
||||
--address
|
||||
127.0.0.1:9000
|
||||
steps:
|
||||
- uses: "actions/checkout@v4"
|
||||
- uses: "actions/setup-go@v5"
|
||||
|
||||
Reference in New Issue
Block a user