Put a single object using low-level API options.
Section: S3API Object Commands
Upload an object with s3api
bash
bash
aws s3api put-object --bucket my-bucket --key docs/readme.txt --body ./README.mdExplanation
Useful when you need API-level options not exposed in high-level `aws s3` commands.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing S3API Object Commands