Skip to content

Commit

Permalink
fix(services/gcs): GCS should support create dir (#2467)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Jun 15, 2023
1 parent 7e62582 commit c55c94e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/services/gcs/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,8 @@ impl Accessor for GcsBackend {
.set_root(&self.core.root)
.set_name(&self.core.bucket)
.set_capability(Capability {
create_dir: true,

stat: true,
stat_with_if_match: true,
stat_with_if_none_match: true,
Expand Down

0 comments on commit c55c94e

Please sign in to comment.