We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb0fceb commit 6662fd3Copy full SHA for 6662fd3
src/main/proto/xenon.proto
@@ -60,6 +60,11 @@ message FileSystemAdaptorDescription {
60
bool can_read_symboliclinks = 7;
61
bool is_connectionless = 8;
62
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;
68
}
69
70
message FileSystemAdaptorDescriptions {
0 commit comments