Skip to content

Commit

Permalink
Update docs to reflect current pipeline config (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 committed Jun 15, 2024
1 parent c79988a commit a4dadb1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The S3 plugin uploads files and build artifacts to your S3 bucket, or S3-compati
The below pipeline configuration demonstrates simple usage:

```yml
pipeline:
steps:
upload:
image: woodpeckerci/plugin-s3
settings:
Expand All @@ -29,7 +29,7 @@ pipeline:
Source the aws credentials from secrets:

```yml
pipeline:
steps:
upload:
image: woodpeckerci/plugin-s3
settings:
Expand All @@ -45,7 +45,7 @@ pipeline:
Use the build number in the S3 target prefix:

```yml
pipeline:
steps:
upload:
image: woodpeckerci/plugin-s3
settings:
Expand All @@ -71,7 +71,7 @@ steps:
Configure the plugin to strip path prefixes when uploading:

```yml
pipeline:
steps:
upload:
image: woodpeckerci/plugin-s3
settings:
Expand All @@ -84,7 +84,7 @@ pipeline:
Configure the plugin to exclude files from upload and compress:

```yml
pipeline:
steps:
upload:
image: woodpeckerci/plugin-s3
settings:
Expand All @@ -99,7 +99,7 @@ pipeline:
Configure the plugin to connect to a Minio server:

```yml
pipeline:
steps:
upload:
image: woodpeckerci/plugin-s3
settings:
Expand Down

0 comments on commit a4dadb1

Please sign in to comment.