-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(job_attachments)!: Add OS-specific FileSystemPermissionSettings …
…classes BREAKING CHANGE: - Separates the `FileSystemPermissionSettings` class into distinct implementations for Posix and Windows to better accommodate OS-specific permission handling. - Two new classes - `PosixFileSystemPermissionSettings`: it is identical to the previous FileSystemPermissionSettings class, with the name being the only change to explicitly indicate the OS. - `WindowsFileSystemPermissionSettings`: A placeholder class for Windows. Will be implemented in a follow-up PR. - The `FileSystemPermissionSettings` is now the Union type of those two classes. Signed-off-by: Gahyun Suh <[email protected]>
- Loading branch information
Gahyun Suh
committed
Sep 14, 2023
1 parent
b4b6d3c
commit 950e45f
Showing
3 changed files
with
50 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters