Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebrown committed Apr 6, 2021
1 parent 4ae0b39 commit 097000f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 89 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Use S3cmd
steps:
- name: Set up S3cmd cli tool
uses: s3-actions/s3cmd@v0
uses: s3-actions/s3cmd@v0.1
with:
cluster: 'eu-central-1'
access_key: ${{ secrets.S3_ACCESS_KEY }}
Expand Down
83 changes: 0 additions & 83 deletions .s3cfg

This file was deleted.

9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,23 @@

This action is a simple wrapper for [S3cmd](https://s3tools.org/s3cmd).

It is currently only tested with linode. It wokrs with all environemts though, it just a matter of setting the right falgs.
It is currently only tested with linode. It works with all environments though, it just a matter of setting the right flags.

## Inputs

### `cluster`

**Not required** The cluster the buckets reside in. Default `"ap-south-1"`.

### `acces_key`
### `access_key`

**Required** The buckets access key.

### `acces_key`
### `secret_key`

**Required** The buckets secret key.
## Example usage


```yml
on:
push:
Expand All @@ -33,7 +32,7 @@ jobs:
name: Use S3cmd
steps:
- name: Set up S3cmd cli tool
uses: s3-actions/s3cmd@v0
uses: s3-actions/s3cmd@v0.1
with:
cluster: 'eu-central-1'
access_key: ${{ secrets.S3_ACCESS_KEY }}
Expand Down

0 comments on commit 097000f

Please sign in to comment.