We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 502a61b commit 2336863Copy full SHA for 2336863
.github/workflows/test.yml
@@ -20,9 +20,10 @@ jobs:
20
21
services:
22
s3:
23
- image: bitnami/minio
+ image: minio/minio
24
ports:
25
- 9000:9000
26
+ options: server /data
27
28
steps:
29
- name: Checkout repository
test/src/cognitect/aws/integration/s3_test.cljc
@@ -117,8 +117,8 @@
117
:hostname "localhost"
118
:port 9000}
119
:credentials-provider (creds/basic-credentials-provider
120
- {:access-key-id "minio"
121
- :secret-access-key "miniosecret"})})]
+ {:access-key-id "minioadmin"
+ :secret-access-key "minioadmin"})})]
122
(testing (str "with http client " (class %))
123
(test-s3-client s3)))))
124
0 commit comments