Command option Sample:aws s3api delete-object

Search command sample in the internet.It is the result.

Removes the null version (if there is one) of an object and inserts adelete marker, which becomes the latest version of the object.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/s3api/delete-object.html

aws s3api delete-object --bucket
    Script to remove a S3 bucket containing versioned files | NimbusScale Blog : http://blog.nimbusscale.com/2015/07/02/script-to-remove-a-s3-bucket-containing-versioned-files/
aws s3api delete-object --bucket this-is-buckeeettttt --key my_files/my_file.txt
    Creating Snapshots using the AWS CLI - CloudRanger : http://cloudranger.com/installing-aws-cli-for-managing-services/
aws s3api delete-object --bucket my-bucket --key test.txt
    delete-objects — AWS CLI 1.16.13 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/s3api/delete-object.html
aws s3api delete-object --bucket mybucket_name --key
    S3 Versions + MFA delete to protect from accidental destruction of remote backup - rclone forum : http://forum.rclone.org/t/s3-versions-mfa-delete-to-protect-from-accidental-destruction-of-remote-backup/4106
aws s3api delete-object --bucket
    Delete all versions of all files in s3 versioned bucket using AWS CLI and jq. 揃 GitHub : http://gist.github.com/reedobrien/dda8d3e2c23ce6cda4c512e3b73cde21
aws s3api delete-object --bucket
    AWS-Kubernetes cluster automation with Terraform and Kops : http://medium.com/@fcgravalos/aws-kubernetes-cluster-automation-with-terraform-and-kops-503f56ca3a9a
aws s3api delete-object --bucket worm-bucket --key object1 --endpoint https://s3.mycompany.com:8082 --profile worm_tenant
    WORM S3 Buckets with StorageGRID Webscale - thePub : http://netapp.io/2016/11/30/worm-s3-buckets-storagegrid-webscale/
aws s3api delete-object --bucket rsavordelli
    s3bro 揃 PyPI : http://pypi.org/project/s3bro/
aws s3api delete-object --bucket
    How to Remove Delete Markers from Multiple Objects on Amazon S3 at once - Stack Overflow : http://stackoverflow.com/questions/32106094/how-to-remove-delete-markers-from-multiple-objects-on-amazon-s3-at-once
aws s3api delete-object --bucket yourbucket-name --key "yourfile" --version-id id_of_the_delete_marker
    Amazon S3 Recover Deleted File - Super User : http://superuser.com/questions/55688/amazon-s3-recover-deleted-file/1019940
aws s3api delete-object --bucket cmsc389l-colink --key hello_world.txt
    Codelab 2 揃 CMSC389L: Practical Cloud Computing (Spring 2018) : http://umd-cs-stics.gitbooks.io/cmsc389l-practical-cloud-computing-spring-2018/content/codelabs/codelab-02/
aws s3api delete-object \
    Removing Objects from a Bucket - Documentation - Outscale : http://wiki.outscale.net/display/DOCU/Removing+Objects+from+a+Bucket
aws s3api delete-object --bucket yourbucket --key "temp-holding/test.txt" --version-id y8yX9qmgrtdKR3TawewQnm9tcH1RVPZk
    How to Undelete Files in Amazon S3 | Doug's Home On The Web : http://www.dmuth.org/node/1472/how-undelete-files-amazon-s3

aws のオプション一覧