(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:
Lawrence, Rendall
2025-09-22 14:59:51 +03:00
parent 278e2e8b4d
commit c6a5be08e9
5 changed files with 171 additions and 130 deletions
+7
View File
@@ -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"