Skip to content

Commit

Permalink
Merge branch 'bugfix/GH-15174'
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Oct 10, 2023
2 parents 25d3b4d + 55f24f5 commit 8587db1
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 8587db1

Please sign in to comment.