Skip to content

Commit

Permalink
Update s3.md (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericrinaldo authored Feb 7, 2024
1 parent 6867e87 commit 63ea13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/publishers/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To avoid this problem, you can use the `keyResolver` option to generate the S3 k
config: {
// ...
keyResolver: (fileName, platform, arch) => {
return `some-prefix/${platform}/${arch}/filename`
return `some-prefix/${platform}/${arch}/${filename}`
}
// ...
}
Expand Down

0 comments on commit 63ea13e

Please sign in to comment.