Skip to content

Commit 6662fd3

Browse files
committed
FileSystemAdaptorDescription fields synced in proto
Refs #36
1 parent bb0fceb commit 6662fd3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/proto/xenon.proto

+5
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ message FileSystemAdaptorDescription {
6060
bool can_read_symboliclinks = 7;
6161
bool is_connectionless = 8;
6262
repeated string supported_credentials = 9;
63+
bool supports_reading_posix_permissions = 10;
64+
bool supports_setting_posix_permissions = 11;
65+
bool supports_rename = 12;
66+
bool can_append = 13;
67+
bool needs_size_beforehand = 14;
6368
}
6469

6570
message FileSystemAdaptorDescriptions {

0 commit comments

Comments
 (0)