Skip to content

Commit

Permalink
feat: Enable multi write for ghac (#3165)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo authored Sep 23, 2023
1 parent d93c13d commit 8cdb205
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/services/ghac/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ impl Accessor for GhacBackend {
read_with_range: true,

write: true,
write_can_multi: true,
create_dir: true,
delete: true,

Expand Down

0 comments on commit 8cdb205

Please sign in to comment.