-
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.
add support for s3 and local path completion in s3 commands. the s3 path completion includes both bucket names and prefixes. in case --profile/--region are passed on the command line, they are used when performing the s3 queries. the creation of the 'help command' was moved away from the constructor since it takes a considerable amount of time, and is not required for path completion. also, support completion of --profile p<TAB> (partial profile name)
- Loading branch information
Showing
3 changed files
with
258 additions
and
12 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