AWS - CLI
Given the command
aws s3api list-buckets --output text, what is the expected format of the output?aws s3api list-buckets --output text, what is the expected format of the output?text output format produces plain text with fields separated by tabs, suitable for scripts.--output text. JSON and XML are not text formats, and table includes borders.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions