8000 Update deployment-integrations.md · adicoderanger/circleci-docs@d20badb · GitHub
[go: up one dir, main page]

Skip to content

Commit d20badb

Browse files
authored
Update deployment-integrations.md
* updated s3 orb version in the examples due to arguments incompatibility issues * issue reference: https://discuss.circleci.com/t/aws-s3-orb-circle-ci-unexpected-argument-s-arguments/28475
1 parent 7264bca commit d20badb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/deployment-integrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ CircleCI and its partners have developed several different AWS orbs that enable
117117
```
118118
version: 2.1
119119
orbs:
120-
aws-s3: circleci/aws-s3@1.0.0
120+
aws-s3: circleci/aws-s3@1.0.11
121121
jobs:
122122
build:
123123
docker:

0 commit comments

Comments
 (0)
0