Skip to content

Commit 53ebf9e

Browse files
Try awssdk v2 params
1 parent 29d9400 commit 53ebf9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
bucket: file://./output/my-bucket
4747
- fs: s3
4848
config:
49-
bucket: s3://my-bucket?endpoint=http://127.0.0.1:9000&s3_force_path_style=true&region=us-west-1
49+
bucket: s3://my-bucket?endpoint=http://127.0.0.1:9000&awssdk=v2&use_path_style=true&disable_https=true
5050
runs-on: ubuntu-latest
5151
steps:
5252
- name: Checkout code

0 commit comments

Comments
 (0)