{"tool":"aws","tool_display":"Aws","intent":"download-object-from-bucket","intent_display":"download object from bucket","title":"Aws Command: download object from bucket","command_string":"aws s3api get-object --bucket <bucket_name> --key <object_key> <path/to/output_file>","raw_command_string":"aws s3api get-object --bucket {{bucket_name}} --key {{object_key}} {{path/to/output_file}}","description":"Exact CLI syntax to download object from bucket using Aws.","usage_scenario":"When retrieving files for analysis or processing from S3.","scenario_context":"Ensure the AWS CLI is configured with necessary permissions before downloading objects.","simulated_output":"Downloading s3://my-bucket/my-object.txt to my-local-file.txt\n\nCompleted 512 bytes of 512 bytes (16.2 KiB/s) with 1 file(s) remaining","how_to_steps":["Run: aws s3api get-object --bucket my-bucket --key my-object.txt my-local-file.txt","Check for the existence of my-local-file.txt using: ls -lh my-local-file.txt"],"inferred_category":"Cloud Infrastructure","canonical_url":"https://www.syntaxstandard.com/aws/download-object-from-bucket"}