-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove session dep from CommandParameters
CommandParameters is moving (but is not quite there) towards being only concerned with command parameter validation and restructuring. It's should not be concerned with also making S3 requests, _especially_ recursively deleting customer objects. This is better suited for the CommandArchitecture or the RbCommand objects. While it would take more work to get it there, the S3TransferCommand base class seems to be a better fit and an incremental improvement. It makes the CommandParameters class simpler.
- Loading branch information
Showing
2 changed files
with
36 additions
and
38 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