@pulumi/minio 1.0.0-alpha.1762842504 → 1.0.0-alpha.1763071934
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.
- package/iamGroupPolicy.d.ts +7 -7
- package/iamGroupPolicy.js +7 -7
- package/iamPolicy.d.ts +7 -7
- package/iamPolicy.js +7 -7
- package/package.json +2 -2
package/iamGroupPolicy.d.ts
CHANGED
|
@@ -11,14 +11,14 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
11
11
|
* name: "state-terraform-s3",
|
|
12
12
|
* group: developer.id,
|
|
13
13
|
* policy: `{
|
|
14
|
-
* "Version"
|
|
15
|
-
* "Statement": [
|
|
14
|
+
* \\"Version\\":\\"2012-10-17\\",
|
|
15
|
+
* \\"Statement\\": [
|
|
16
16
|
* {
|
|
17
|
-
* "Sid"
|
|
18
|
-
* "Effect": "Allow",
|
|
19
|
-
* "Action": ["s3:PutObject"],
|
|
20
|
-
* "Principal"
|
|
21
|
-
* "Resource": "arn:aws:s3:::state-terraform-s3
|
|
17
|
+
* \\"Sid\\":\\"ListAllBucket\\",
|
|
18
|
+
* \\"Effect\\": \\"Allow\\",
|
|
19
|
+
* \\"Action\\": [\\"s3:PutObject\\"],
|
|
20
|
+
* \\"Principal\\":\\"*\\",
|
|
21
|
+
* \\"Resource\\": \\"arn:aws:s3:::state-terraform-s3/*\\"
|
|
22
22
|
* }
|
|
23
23
|
* ]
|
|
24
24
|
* }
|
package/iamGroupPolicy.js
CHANGED
|
@@ -17,14 +17,14 @@ const utilities = require("./utilities");
|
|
|
17
17
|
* name: "state-terraform-s3",
|
|
18
18
|
* group: developer.id,
|
|
19
19
|
* policy: `{
|
|
20
|
-
* "Version"
|
|
21
|
-
* "Statement": [
|
|
20
|
+
* \\"Version\\":\\"2012-10-17\\",
|
|
21
|
+
* \\"Statement\\": [
|
|
22
22
|
* {
|
|
23
|
-
* "Sid"
|
|
24
|
-
* "Effect": "Allow",
|
|
25
|
-
* "Action": ["s3:PutObject"],
|
|
26
|
-
* "Principal"
|
|
27
|
-
* "Resource": "arn:aws:s3:::state-terraform-s3
|
|
23
|
+
* \\"Sid\\":\\"ListAllBucket\\",
|
|
24
|
+
* \\"Effect\\": \\"Allow\\",
|
|
25
|
+
* \\"Action\\": [\\"s3:PutObject\\"],
|
|
26
|
+
* \\"Principal\\":\\"*\\",
|
|
27
|
+
* \\"Resource\\": \\"arn:aws:s3:::state-terraform-s3/*\\"
|
|
28
28
|
* }
|
|
29
29
|
* ]
|
|
30
30
|
* }
|
package/iamPolicy.d.ts
CHANGED
|
@@ -9,14 +9,14 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
9
9
|
* const testPolicy = new minio.IamPolicy("test_policy", {
|
|
10
10
|
* name: "state-terraform-s3",
|
|
11
11
|
* policy: `{
|
|
12
|
-
* "Version"
|
|
13
|
-
* "Statement": [
|
|
12
|
+
* \\"Version\\":\\"2012-10-17\\",
|
|
13
|
+
* \\"Statement\\": [
|
|
14
14
|
* {
|
|
15
|
-
* "Sid"
|
|
16
|
-
* "Effect": "Allow",
|
|
17
|
-
* "Action": ["s3:PutObject"],
|
|
18
|
-
* "Principal"
|
|
19
|
-
* "Resource": "arn:aws:s3:::state-terraform-s3
|
|
15
|
+
* \\"Sid\\":\\"ListAllBucket\\",
|
|
16
|
+
* \\"Effect\\": \\"Allow\\",
|
|
17
|
+
* \\"Action\\": [\\"s3:PutObject\\"],
|
|
18
|
+
* \\"Principal\\":\\"*\\",
|
|
19
|
+
* \\"Resource\\": \\"arn:aws:s3:::state-terraform-s3/*\\"
|
|
20
20
|
* }
|
|
21
21
|
* ]
|
|
22
22
|
* }
|
package/iamPolicy.js
CHANGED
|
@@ -15,14 +15,14 @@ const utilities = require("./utilities");
|
|
|
15
15
|
* const testPolicy = new minio.IamPolicy("test_policy", {
|
|
16
16
|
* name: "state-terraform-s3",
|
|
17
17
|
* policy: `{
|
|
18
|
-
* "Version"
|
|
19
|
-
* "Statement": [
|
|
18
|
+
* \\"Version\\":\\"2012-10-17\\",
|
|
19
|
+
* \\"Statement\\": [
|
|
20
20
|
* {
|
|
21
|
-
* "Sid"
|
|
22
|
-
* "Effect": "Allow",
|
|
23
|
-
* "Action": ["s3:PutObject"],
|
|
24
|
-
* "Principal"
|
|
25
|
-
* "Resource": "arn:aws:s3:::state-terraform-s3
|
|
21
|
+
* \\"Sid\\":\\"ListAllBucket\\",
|
|
22
|
+
* \\"Effect\\": \\"Allow\\",
|
|
23
|
+
* \\"Action\\": [\\"s3:PutObject\\"],
|
|
24
|
+
* \\"Principal\\":\\"*\\",
|
|
25
|
+
* \\"Resource\\": \\"arn:aws:s3:::state-terraform-s3/*\\"
|
|
26
26
|
* }
|
|
27
27
|
* ]
|
|
28
28
|
* }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/minio",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.1763071934",
|
|
4
4
|
"description": "A Pulumi package for creating and managing minio cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "minio",
|
|
26
|
-
"version": "1.0.0-alpha.
|
|
26
|
+
"version": "1.0.0-alpha.1763071934"
|
|
27
27
|
}
|
|
28
28
|
}
|