Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:

services:
s3:
image: bitnami/minio
image: minio/minio
ports:
- 9000:9000
args: ["server", "/data"]

steps:
- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions test/src/cognitect/aws/integration/s3_test.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
:hostname "localhost"
:port 9000}
:credentials-provider (creds/basic-credentials-provider
{:access-key-id "minio"
:secret-access-key "miniosecret"})})]
{:access-key-id "minioadmin"
:secret-access-key "minioadmin"})})]
(testing (str "with http client " (class %))
(test-s3-client s3)))))

Expand Down