Help > AWS > s3 >
setopt
PreviousNext

  • Overview
  • Syntax
  • Arguments
  • Notes
  • Examples
  • Overview

    set option related to storage commands

    Download ZappyShell

    Syntax

    setopt [<OPTION_NAME>] [<OPTION_VALUE>] [-t|--temp] [-s|--save] [-r|--reset]
               [--consoleout FILEPATH] [-v|--verbose] [-w|--wait] [-i|--interactive] 
    
    Alias: set
    

    Arguments

    Parameter Description
    <OPTION_NAME>
    option name which you want to set.
    <OPTION_VALUE>
    option value for specified option name.
    -t | --temp
    set only for this session.
    -s | --save
    Persist information on disk so it can be loaded next time. This information is stored in encrypted form on your local machine.
    -r | --reset
    clears all saved options.
    --consoleout FILEPATH
    Captures console output and saves to file
    -v | --verbose
    Log verbosity level. -v means detailed, If you don't specify this option then minimum logging will be done.
    -w | --wait
    Wait for user input before exit
    -i | --interactive
    Continue in interactive mode after this command is completed. This switch is not applicable if you already in interactive mode

    Notes

    Examples

    Examples
    Displays all available options user can set

    setopt
    sets default command context to s3 so next time application starts you don't have to set it manually.

    setopt context s3
    sets default command context to s3 just for this session (don't persist to user profile).

    setopt context s3 -t


    www.zappysys.com | Products | All copyrights reserved. ZappySys LLC.