-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The previous version of this model returned `config` and `task` properties that did not follow typing properly. This commit attempts to fix things by making the `config` and `task` properties return the correct "types". It also adds in missing fields in the `DataSyncConfig` model. This commit also adds a new field to the `DataSyncConfig` model called `remote_to_local_config` which allows more fine-grained controlled over remote (S3) to local filesystem transfers. Specifically, the temporary location where data sync operations download individual objects.
- Loading branch information
Showing
2 changed files
with
43 additions
and
4 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