@devramps/cli 0.1.19 → 0.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +3 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2071,7 +2071,9 @@ function buildOrgRolePolicies(orgSlug) {
2071
2071
  Effect: "Allow",
2072
2072
  Action: [
2073
2073
  "s3:ListBucket",
2074
- "s3:GetBucketLocation"
2074
+ "s3:GetBucketLocation",
2075
+ "s3:GetObject",
2076
+ "s3:PutObject"
2075
2077
  ],
2076
2078
  Resource: "*"
2077
2079
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devramps/cli",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "description": "DevRamps CLI - Bootstrap AWS infrastructure for CI/CD pipelines",
5
5
  "main": "dist/index.js",
6
6
  "bin": {