Forrest logo
back to context overview

aws-s3-rm

List of commands for aws-s3-rm:

  • aws-s3-rm:tldr:35b94 aws-s3-rm: Delete an object from a specific S3 access point.
    $ aws s3 rm s3://arn:aws:s3:${region}:${account_id}:${access_point}/${access_point_name}/${object_key}
    try on your machine
    explain this command
  • aws-s3-rm:tldr:80864 aws-s3-rm: Preview the deletion of a specific S3 object without deleting it (dry-run).
    $ aws s3 rm s3://${bucket_name}/${filename} --dryrun
    try on your machine
    explain this command
  • aws-s3-rm:tldr:83a9b aws-s3-rm: Delete a specific S3 object.
    $ aws s3 rm s3://${bucket_name}/${filename}
    try on your machine
    explain this command
  • aws-s3-rm:tldr:a9924 aws-s3-rm: Display help.
    $ aws s3 rm help
    try on your machine
    explain this command
back to context overview