Skip to content

Commit

Permalink
fix information on README
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitor Gomes committed Jun 29, 2020
1 parent ff22650 commit 88c92c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GitHub Action to delete files from S3 Bucket 🔄
# GitHub Action to delete files from S3 Bucket

Fork of [s3-sync-action](https://github.com/jakejarvis/s3-sync-action).

Expand All @@ -10,7 +10,7 @@ This simple action uses the [vanilla AWS CLI](https://docs.aws.amazon.com/cli/in

Place in a `.yml` file such as this one in your `.github/workflows` folder. [Refer to the documentation on workflow YAML syntax here.](https://help.github.com/en/articles/workflow-syntax-for-github-actions)

All [`aws s3 sync` flags](https://docs.aws.amazon.com/cli/latest/reference/s3/rm.html) are optional to allow for maximum customizability (that's a word, I promise) and must be provided by you via `args:`.
All [`aws s3 rm flags`](https://docs.aws.amazon.com/cli/latest/reference/s3/rm.html) are optional to allow for maximum customizability (that's a word, I promise) and must be provided by you via `args:`.

#### The following example includes a parameter to delete all files inside a folder:

Expand Down

0 comments on commit 88c92c6

Please sign in to comment.