pulumi-minio 1.0.0a1747980892__py3-none-any.whl → 1.0.0a1749536759__py3-none-any.whl
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.
- pulumi_minio/__init__.py +1 -1
- pulumi_minio/_inputs.py +1 -1
- pulumi_minio/_utilities.py +1 -1
- pulumi_minio/config/__init__.py +1 -1
- pulumi_minio/config/__init__.pyi +1 -1
- pulumi_minio/config/vars.py +1 -1
- pulumi_minio/get_iam_policy_document.py +1 -1
- pulumi_minio/iam_group.py +1 -1
- pulumi_minio/iam_group_membership.py +1 -1
- pulumi_minio/iam_group_policy.py +1 -1
- pulumi_minio/iam_group_policy_attachment.py +1 -1
- pulumi_minio/iam_group_user_attachment.py +1 -1
- pulumi_minio/iam_policy.py +1 -1
- pulumi_minio/iam_service_account.py +1 -1
- pulumi_minio/iam_user.py +1 -1
- pulumi_minio/iam_user_policy_attachment.py +1 -1
- pulumi_minio/ilm_policy.py +1 -1
- pulumi_minio/kms_key.py +1 -1
- pulumi_minio/outputs.py +1 -1
- pulumi_minio/provider.py +19 -20
- pulumi_minio/pulumi-plugin.json +1 -1
- pulumi_minio/s3_bucket.py +1 -1
- pulumi_minio/s3_bucket_notification.py +1 -1
- pulumi_minio/s3_bucket_policy.py +1 -1
- pulumi_minio/s3_bucket_server_side_encryption.py +1 -1
- pulumi_minio/s3_bucket_versioning.py +1 -1
- pulumi_minio/s3_object.py +1 -1
- {pulumi_minio-1.0.0a1747980892.dist-info → pulumi_minio-1.0.0a1749536759.dist-info}/METADATA +1 -1
- pulumi_minio-1.0.0a1749536759.dist-info/RECORD +32 -0
- {pulumi_minio-1.0.0a1747980892.dist-info → pulumi_minio-1.0.0a1749536759.dist-info}/WHEEL +1 -1
- pulumi_minio-1.0.0a1747980892.dist-info/RECORD +0 -32
- {pulumi_minio-1.0.0a1747980892.dist-info → pulumi_minio-1.0.0a1749536759.dist-info}/top_level.txt +0 -0
pulumi_minio/__init__.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
pulumi_minio/_inputs.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
pulumi_minio/_utilities.py
CHANGED
pulumi_minio/config/__init__.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
pulumi_minio/config/__init__.pyi
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
pulumi_minio/config/vars.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
pulumi_minio/iam_group.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
pulumi_minio/iam_group_policy.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
pulumi_minio/iam_policy.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
pulumi_minio/iam_user.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
pulumi_minio/ilm_policy.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
pulumi_minio/kms_key.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
pulumi_minio/outputs.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
pulumi_minio/provider.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
@@ -20,7 +20,6 @@ __all__ = ['ProviderArgs', 'Provider']
|
|
20
20
|
@pulumi.input_type
|
21
21
|
class ProviderArgs:
|
22
22
|
def __init__(__self__, *,
|
23
|
-
minio_server: pulumi.Input[builtins.str],
|
24
23
|
minio_access_key: Optional[pulumi.Input[builtins.str]] = None,
|
25
24
|
minio_api_version: Optional[pulumi.Input[builtins.str]] = None,
|
26
25
|
minio_cacert_file: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -30,23 +29,23 @@ class ProviderArgs:
|
|
30
29
|
minio_password: Optional[pulumi.Input[builtins.str]] = None,
|
31
30
|
minio_region: Optional[pulumi.Input[builtins.str]] = None,
|
32
31
|
minio_secret_key: Optional[pulumi.Input[builtins.str]] = None,
|
32
|
+
minio_server: Optional[pulumi.Input[builtins.str]] = None,
|
33
33
|
minio_session_token: Optional[pulumi.Input[builtins.str]] = None,
|
34
34
|
minio_ssl: Optional[pulumi.Input[builtins.bool]] = None,
|
35
35
|
minio_user: Optional[pulumi.Input[builtins.str]] = None):
|
36
36
|
"""
|
37
37
|
The set of arguments for constructing a Provider resource.
|
38
|
-
:param pulumi.Input[builtins.str] minio_server: Minio Host and Port
|
39
38
|
:param pulumi.Input[builtins.str] minio_access_key: Minio Access Key
|
40
39
|
:param pulumi.Input[builtins.str] minio_api_version: Minio API Version (type: string, options: v2 or v4, default: v4)
|
41
40
|
:param pulumi.Input[builtins.bool] minio_insecure: Disable SSL certificate verification (default: false)
|
42
41
|
:param pulumi.Input[builtins.str] minio_password: Minio Password
|
43
42
|
:param pulumi.Input[builtins.str] minio_region: Minio Region (default: us-east-1)
|
44
43
|
:param pulumi.Input[builtins.str] minio_secret_key: Minio Secret Key
|
44
|
+
:param pulumi.Input[builtins.str] minio_server: Minio Host and Port
|
45
45
|
:param pulumi.Input[builtins.str] minio_session_token: Minio Session Token
|
46
46
|
:param pulumi.Input[builtins.bool] minio_ssl: Minio SSL enabled (default: false)
|
47
47
|
:param pulumi.Input[builtins.str] minio_user: Minio User
|
48
48
|
"""
|
49
|
-
pulumi.set(__self__, "minio_server", minio_server)
|
50
49
|
if minio_access_key is not None:
|
51
50
|
warnings.warn("""use minio_user instead""", DeprecationWarning)
|
52
51
|
pulumi.log.warn("""minio_access_key is deprecated: use minio_user instead""")
|
@@ -71,6 +70,8 @@ class ProviderArgs:
|
|
71
70
|
pulumi.log.warn("""minio_secret_key is deprecated: use minio_password instead""")
|
72
71
|
if minio_secret_key is not None:
|
73
72
|
pulumi.set(__self__, "minio_secret_key", minio_secret_key)
|
73
|
+
if minio_server is not None:
|
74
|
+
pulumi.set(__self__, "minio_server", minio_server)
|
74
75
|
if minio_session_token is not None:
|
75
76
|
pulumi.set(__self__, "minio_session_token", minio_session_token)
|
76
77
|
if minio_ssl is not None:
|
@@ -78,18 +79,6 @@ class ProviderArgs:
|
|
78
79
|
if minio_user is not None:
|
79
80
|
pulumi.set(__self__, "minio_user", minio_user)
|
80
81
|
|
81
|
-
@property
|
82
|
-
@pulumi.getter(name="minioServer")
|
83
|
-
def minio_server(self) -> pulumi.Input[builtins.str]:
|
84
|
-
"""
|
85
|
-
Minio Host and Port
|
86
|
-
"""
|
87
|
-
return pulumi.get(self, "minio_server")
|
88
|
-
|
89
|
-
@minio_server.setter
|
90
|
-
def minio_server(self, value: pulumi.Input[builtins.str]):
|
91
|
-
pulumi.set(self, "minio_server", value)
|
92
|
-
|
93
82
|
@property
|
94
83
|
@pulumi.getter(name="minioAccessKey")
|
95
84
|
@_utilities.deprecated("""use minio_user instead""")
|
@@ -191,6 +180,18 @@ class ProviderArgs:
|
|
191
180
|
def minio_secret_key(self, value: Optional[pulumi.Input[builtins.str]]):
|
192
181
|
pulumi.set(self, "minio_secret_key", value)
|
193
182
|
|
183
|
+
@property
|
184
|
+
@pulumi.getter(name="minioServer")
|
185
|
+
def minio_server(self) -> Optional[pulumi.Input[builtins.str]]:
|
186
|
+
"""
|
187
|
+
Minio Host and Port
|
188
|
+
"""
|
189
|
+
return pulumi.get(self, "minio_server")
|
190
|
+
|
191
|
+
@minio_server.setter
|
192
|
+
def minio_server(self, value: Optional[pulumi.Input[builtins.str]]):
|
193
|
+
pulumi.set(self, "minio_server", value)
|
194
|
+
|
194
195
|
@property
|
195
196
|
@pulumi.getter(name="minioSessionToken")
|
196
197
|
def minio_session_token(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -271,7 +272,7 @@ class Provider(pulumi.ProviderResource):
|
|
271
272
|
@overload
|
272
273
|
def __init__(__self__,
|
273
274
|
resource_name: str,
|
274
|
-
args: ProviderArgs,
|
275
|
+
args: Optional[ProviderArgs] = None,
|
275
276
|
opts: Optional[pulumi.ResourceOptions] = None):
|
276
277
|
"""
|
277
278
|
The provider type for the minio package. By default, resources use package-wide configuration
|
@@ -325,8 +326,6 @@ class Provider(pulumi.ProviderResource):
|
|
325
326
|
__props__.__dict__["minio_password"] = minio_password
|
326
327
|
__props__.__dict__["minio_region"] = minio_region
|
327
328
|
__props__.__dict__["minio_secret_key"] = minio_secret_key
|
328
|
-
if minio_server is None and not opts.urn:
|
329
|
-
raise TypeError("Missing required property 'minio_server'")
|
330
329
|
__props__.__dict__["minio_server"] = minio_server
|
331
330
|
__props__.__dict__["minio_session_token"] = minio_session_token
|
332
331
|
__props__.__dict__["minio_ssl"] = pulumi.Output.from_input(minio_ssl).apply(pulumi.runtime.to_json) if minio_ssl is not None else None
|
@@ -396,7 +395,7 @@ class Provider(pulumi.ProviderResource):
|
|
396
395
|
|
397
396
|
@property
|
398
397
|
@pulumi.getter(name="minioServer")
|
399
|
-
def minio_server(self) -> pulumi.Output[builtins.str]:
|
398
|
+
def minio_server(self) -> pulumi.Output[Optional[builtins.str]]:
|
400
399
|
"""
|
401
400
|
Minio Host and Port
|
402
401
|
"""
|
pulumi_minio/pulumi-plugin.json
CHANGED
pulumi_minio/s3_bucket.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
pulumi_minio/s3_bucket_policy.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
pulumi_minio/s3_object.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
@@ -0,0 +1,32 @@
|
|
1
|
+
pulumi_minio/__init__.py,sha256=e11zFshnc3wfWL-R_oCTRl2iYFCNkIGNgf6tk8IVNE8,4215
|
2
|
+
pulumi_minio/_inputs.py,sha256=vMIG82tSHBmL-bklsYVyGJhpNo10OozU24OkcQqIpb4,13902
|
3
|
+
pulumi_minio/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
|
4
|
+
pulumi_minio/get_iam_policy_document.py,sha256=5g0K0WOOSr7svEd1sLRrGwTaFi11M5tAhQLAy4XO18E,8964
|
5
|
+
pulumi_minio/iam_group.py,sha256=DhS3nlTePnKGaAFJ3YcwR8ea1_qzNJg3QPPDOoxOacE,9786
|
6
|
+
pulumi_minio/iam_group_membership.py,sha256=RUebwOP7sTcq1d6f8MEdwk0u0Bef2wXhUvNWaZukJcA,9856
|
7
|
+
pulumi_minio/iam_group_policy.py,sha256=NhKc2UDd8woKNI8AF-m-_CMg6DvZOD1D2RJe_pHwQ08,11004
|
8
|
+
pulumi_minio/iam_group_policy_attachment.py,sha256=_eQacBoZo9ZPAPThpsYjgcgAJfQ3BuUMoK6Gptf2Eu0,7151
|
9
|
+
pulumi_minio/iam_group_user_attachment.py,sha256=lKSedgID8-hLd4-s0AhRfBESje7C96-pJx2LzHqsqR4,8295
|
10
|
+
pulumi_minio/iam_policy.py,sha256=D8mPJdfVn2ntKwCV3nSquyfC65FLIAxVVCf1tFmngCE,9120
|
11
|
+
pulumi_minio/iam_service_account.py,sha256=aYUfo7tiueHi_mIYNwUFZfIqiG3fjryER1B2yr-W1Lw,14733
|
12
|
+
pulumi_minio/iam_user.py,sha256=65DuwLcCqqT-PHnGaf6IyXAbZ4iJk1Vu7jLpqqyVJ4k,14990
|
13
|
+
pulumi_minio/iam_user_policy_attachment.py,sha256=fcbgtx_qLTQp3kkga6t0Ikh0ZPeSSpRSSsnwmmeAmbQ,7098
|
14
|
+
pulumi_minio/ilm_policy.py,sha256=S4d9yoiJxw2JNZH9SKDzh-kyrxm5VSA8LXvBH44nkNM,7749
|
15
|
+
pulumi_minio/kms_key.py,sha256=-isMHNHez1z4DOBylunR-Xx1dEke9Qz64kb6w9RGo2s,5230
|
16
|
+
pulumi_minio/outputs.py,sha256=gmc1VKdLj0_x3akELSle52_ktljN-jdCvC4P3HFpI6w,9971
|
17
|
+
pulumi_minio/provider.py,sha256=qm3t0wEDDhznI276Kbat4T19kSDVN_iy3y6BEfM11CA,19702
|
18
|
+
pulumi_minio/pulumi-plugin.json,sha256=kjagNP_DRuTu8GFecwOy3C85FdjKukTRPNjFVcBWQLI,81
|
19
|
+
pulumi_minio/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
20
|
+
pulumi_minio/s3_bucket.py,sha256=B2EZ1xDFSkyCBrNanOS_I47KL6QJzZLcv2uz3PumZfo,14506
|
21
|
+
pulumi_minio/s3_bucket_notification.py,sha256=-FnHatRZnmt4ju_Ec5Z2k9nuqpsxBYt10smI9E5ZvVY,7399
|
22
|
+
pulumi_minio/s3_bucket_policy.py,sha256=8qCZpErHVFy_qlga13SeKNMjQlvquIaBBbOmAEvuU_4,6694
|
23
|
+
pulumi_minio/s3_bucket_server_side_encryption.py,sha256=HvczOYLzIbKb4_zIU-TXMReC47WUyEFAB8HgeqR3syU,8828
|
24
|
+
pulumi_minio/s3_bucket_versioning.py,sha256=Sn9PmSa67_ofsF-OZuR5oPuE4LSM4z1kPrEHRY-iAzM,7969
|
25
|
+
pulumi_minio/s3_object.py,sha256=KFGfughzszRucL72tY-5W6Xc49LjPHdw4FrQWwLMmCo,16245
|
26
|
+
pulumi_minio/config/__init__.py,sha256=LBsoZbCKMHDFo-5RJPY0lRzMsShB1weBQPxL9RQBFtY,283
|
27
|
+
pulumi_minio/config/__init__.pyi,sha256=AqahK2AL9wJjnekJua4ai4WY1Xxf6QAYA4Hc09GogtY,1273
|
28
|
+
pulumi_minio/config/vars.py,sha256=utMpzjAc3seuZlSBuXmwolls_63srwIR60rP4qqtOS8,2648
|
29
|
+
pulumi_minio-1.0.0a1749536759.dist-info/METADATA,sha256=H9KlDaPdX6Yveaxbs_MrKQ7J0a2DdrwPU1b2rugumTw,3138
|
30
|
+
pulumi_minio-1.0.0a1749536759.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
31
|
+
pulumi_minio-1.0.0a1749536759.dist-info/top_level.txt,sha256=DBNF-cWLu2QRu8dDLhwtP1fFZf2HE-q09kgQclmiAa4,13
|
32
|
+
pulumi_minio-1.0.0a1749536759.dist-info/RECORD,,
|
@@ -1,32 +0,0 @@
|
|
1
|
-
pulumi_minio/__init__.py,sha256=KXGGjF4e_Un8KNn0JcWXONCSRhF7k_ZC1mKuYpK134k,4233
|
2
|
-
pulumi_minio/_inputs.py,sha256=DlD8-N9ynYUPqE6ioRs2qh0DIUatVwRqwzfFbLnMp_8,13920
|
3
|
-
pulumi_minio/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
|
4
|
-
pulumi_minio/get_iam_policy_document.py,sha256=s02p3O1Sc0bZ2e9geZY2kMsVNUsAjxY0XjYUR59nnRo,8982
|
5
|
-
pulumi_minio/iam_group.py,sha256=5Uw-Y9QzZs2gkcGIZrCxIX5mshcR7sCauRDkaQGjtNg,9804
|
6
|
-
pulumi_minio/iam_group_membership.py,sha256=P1DsbZDN0vmgeElHbiP-zjUmNoTTG7oQG0eGilUxDN0,9874
|
7
|
-
pulumi_minio/iam_group_policy.py,sha256=4hwhRquY_ApXuhH-LzRx_qvJvFZ5BjJxpM5u-XPsDOM,11022
|
8
|
-
pulumi_minio/iam_group_policy_attachment.py,sha256=VfX7dOXvrNi7cxJdj7EHNF6heHUCCLayd3JnUALzFTc,7169
|
9
|
-
pulumi_minio/iam_group_user_attachment.py,sha256=E-6V29WDrBM1bbRS7N5p-kpwI4H3VU44CrMDDiNOW2o,8313
|
10
|
-
pulumi_minio/iam_policy.py,sha256=Lbj6wwyinBwZoSFoff_IzJ_7im7TnxsXrKRbZe_UZF4,9138
|
11
|
-
pulumi_minio/iam_service_account.py,sha256=CUjn_CGUwuv6JGRd0vdia4h6tVXAEmrKJrPtZQdYyP8,14751
|
12
|
-
pulumi_minio/iam_user.py,sha256=XthsrQcLAxkh8iFd9gGF4YVTcFC8ngryq3d5EvjUAW0,15008
|
13
|
-
pulumi_minio/iam_user_policy_attachment.py,sha256=ZYtalQsu6eJv5QocFGfBYkCBdqFCXbaXrc0N7-ekV0U,7116
|
14
|
-
pulumi_minio/ilm_policy.py,sha256=37UTLIMFerk7AHC1ZGNEiRZIdSzhkd7B0IcWVEfOaR4,7767
|
15
|
-
pulumi_minio/kms_key.py,sha256=PtTuNBdQn9z0YfYN8fx7nWJeL_TbhSn0j4YsU7iR-Io,5248
|
16
|
-
pulumi_minio/outputs.py,sha256=lRGsMqJLVaIR4SDzDYrLXpExC8rUAxWBbL8mKXbJgH8,9989
|
17
|
-
pulumi_minio/provider.py,sha256=ZerN--s4SjSmzjpuCDJmA-Ze2-HDu5xeI23kVnoyc14,19745
|
18
|
-
pulumi_minio/pulumi-plugin.json,sha256=vEjtWEjMAJJu0GidUXVrMUyuf_uXsiPU1jKQbDwws-I,81
|
19
|
-
pulumi_minio/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
20
|
-
pulumi_minio/s3_bucket.py,sha256=84KQi8Zy7QMak9Ud0AjIh3UoGhrikYrfx9FIJ_CwyMM,14524
|
21
|
-
pulumi_minio/s3_bucket_notification.py,sha256=kEAvnsNTQyBnrKh0bLpUqPUNYmx5jp4tXJAkx7ychGA,7417
|
22
|
-
pulumi_minio/s3_bucket_policy.py,sha256=xp_N8DdEGLXC-LI-73lhYg92joPmnrKm1YAlGnqAqmE,6712
|
23
|
-
pulumi_minio/s3_bucket_server_side_encryption.py,sha256=CN0W5E7xax0bgRq9Rl3DV0lX-MIHzUl-r73NMbuZjAY,8846
|
24
|
-
pulumi_minio/s3_bucket_versioning.py,sha256=On2A0S0NhTROsmKky79UY12i2V1Zbza2yueuRd1tAoY,7987
|
25
|
-
pulumi_minio/s3_object.py,sha256=wNUNOaFK6Hm8c6Snsgdt-4XFyrjaikcTP463eKvyKOk,16263
|
26
|
-
pulumi_minio/config/__init__.py,sha256=nKVKdvQbN3zgJ23HPoKpz1sGrfjaDijL6xvKxGVmj7c,301
|
27
|
-
pulumi_minio/config/__init__.pyi,sha256=GD6supFqPPM5toDkIEKgnxvaDtE2H_2wm7iVKxlF5J4,1291
|
28
|
-
pulumi_minio/config/vars.py,sha256=SqFr0JCYzGVh3ZuoruzK-Yc88bFkx9ggCDF_H1VB63g,2666
|
29
|
-
pulumi_minio-1.0.0a1747980892.dist-info/METADATA,sha256=3kxjMXMfhx__O6v2taCK3APjsFLazYp4oVUkU2IvJqQ,3138
|
30
|
-
pulumi_minio-1.0.0a1747980892.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
31
|
-
pulumi_minio-1.0.0a1747980892.dist-info/top_level.txt,sha256=DBNF-cWLu2QRu8dDLhwtP1fFZf2HE-q09kgQclmiAa4,13
|
32
|
-
pulumi_minio-1.0.0a1747980892.dist-info/RECORD,,
|
{pulumi_minio-1.0.0a1747980892.dist-info → pulumi_minio-1.0.0a1749536759.dist-info}/top_level.txt
RENAMED
File without changes
|