Method: ZAWS::External::AWSCLI::Commands::S3::Ls#get_command
- Defined in:
- lib/zaws/external/awscli/commands/s3/ls.rb
#get_command ⇒ Object
18 19 20 21 |
# File 'lib/zaws/external/awscli/commands/s3/ls.rb', line 18 def get_command command = "s3 ls" return command end |