Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinbui committed Sep 25, 2024
1 parent fb45ac5 commit 95275f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ steps:
class: STANDARD # Optional. Defaults to empty which is usually STANDARD or based on policy.
args: '--option 1' # Optional. Defaults to empty. Any optional argument that can be passed to aws s3 cp command.
save-cache: true # Optional. Saves the cache on temp folder and keep between builds/jobs on the same machine.
save-cache-dir: /mnt/cache # Optional. Where to save the cache if `save-cache` is enabled.
paths:
- 'bundle/vendor'
```
Expand Down Expand Up @@ -517,6 +518,7 @@ steps:
s3:
bucket: s3-bucket
save-cache: true # Optional. Saves the cache on temp folder and keep between builds/jobs on the same machine. Defaults to `false`
save-cache-dir: /mnt/cache # Optional. Where to save the cache if `save-cache` is enabled.
paths:
- bundle/vendor
```
Expand Down

0 comments on commit 95275f1

Please sign in to comment.