Skip to content

Commit c55c94e

Browse files
authored
fix(services/gcs): GCS should support create dir (#2467)
Signed-off-by: Xuanwo <[email protected]>
1 parent 7e62582 commit c55c94e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/services/gcs/backend.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,8 @@ impl Accessor for GcsBackend {
405405
.set_root(&self.core.root)
406406
.set_name(&self.core.bucket)
407407
.set_capability(Capability {
408+
create_dir: true,
409+
408410
stat: true,
409411
stat_with_if_match: true,
410412
stat_with_if_none_match: true,

0 commit comments

Comments
 (0)