Skip to content

Commit 0279ace

Browse files
committed
restore object_store.yml
1 parent d1e2c76 commit 0279ace

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/object_store.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,13 @@ jobs:
165165
166166
- name: Run object_store tests
167167
run: cargo test --features=aws,azure,gcp,http
168-
env:
169-
AWS_CONDITIONAL_PUT: disabled
170168

171169
- name: Run object_store tests (AWS native conditional put)
172170
run: cargo test --features=aws
173171
env:
174172
AWS_CONDITIONAL_PUT: etag
175173
AWS_COPY_IF_NOT_EXISTS: multipart
176-
174+
177175
- name: GCS Output
178176
if: ${{ !cancelled() }}
179177
run: docker logs $GCS_CONTAINER

0 commit comments

Comments
 (0)