Skip to content

Commit

Permalink
Fix #15174.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Oct 5, 2023
1 parent f77cd9b commit 55f24f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions box/src/main/java/ch/cyberduck/core/box/BoxProtocol.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ public DirectoryTimestamp getDirectoryTimestamp() {
return DirectoryTimestamp.explicit;
}

@Override
public Case getCaseSensitivity() {
return Case.insensitive;
}

@Override
public VersioningMode getVersioningMode() {
return VersioningMode.storage;
Expand Down

0 comments on commit 55f24f5

Please sign in to comment.