Method: Jets::CLI::Call#log_last_4kb
- Defined in:
- lib/jets/cli/call.rb
#log_last_4kb(header_message = "Showing last 4KB of log from x-amz-log-result header:") ⇒ Object
interface method
64 65 66 67 68 |
# File 'lib/jets/cli/call.rb', line 64 def log_last_4kb( = "Showing last 4KB of log from x-amz-log-result header:") return unless @log_last_4kb warn warn Base64.decode64(@log_last_4kb) end |