maleo-foundation 0.2.90__py3-none-any.whl → 0.2.92__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.
- maleo_foundation/managers/client/google/base.py +1 -1
- maleo_foundation/managers/client/google/storage.py +1 -1
- {maleo_foundation-0.2.90.dist-info → maleo_foundation-0.2.92.dist-info}/METADATA +1 -1
- {maleo_foundation-0.2.90.dist-info → maleo_foundation-0.2.92.dist-info}/RECORD +6 -6
- {maleo_foundation-0.2.90.dist-info → maleo_foundation-0.2.92.dist-info}/WHEEL +0 -0
- {maleo_foundation-0.2.90.dist-info → maleo_foundation-0.2.92.dist-info}/top_level.txt +0 -0
@@ -23,7 +23,7 @@ class GoogleClientManager(ClientManager):
|
|
23
23
|
if credentials is not None:
|
24
24
|
self._credentials = credentials
|
25
25
|
else:
|
26
|
-
self._credentials = GoogleCredentialsLoader(credentials_path)
|
26
|
+
self._credentials = GoogleCredentialsLoader.load(credentials_path)
|
27
27
|
|
28
28
|
self._project_id = self._credentials.project_id
|
29
29
|
|
@@ -134,7 +134,7 @@ class GoogleCloudStorage(GoogleClientManager):
|
|
134
134
|
if use_redis:
|
135
135
|
if self._redis is None:
|
136
136
|
raise ValueError("Can not use redis. Redis is not initialized")
|
137
|
-
url = await self._redis.get(blob_name)
|
137
|
+
url = await self._redis.get(f"{self.key}:{blob_name}")
|
138
138
|
if url is not None:
|
139
139
|
return url
|
140
140
|
|
@@ -42,10 +42,10 @@ maleo_foundation/managers/client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRk
|
|
42
42
|
maleo_foundation/managers/client/base.py,sha256=mKIajI8Kis9W1_TKJmAO-xFavNk2Be3aFhAE3J66Gqg,4272
|
43
43
|
maleo_foundation/managers/client/maleo.py,sha256=5vDKXObH0qlCaY0-t4FJJdgXYFklnZw3Cyxk3kmAO8k,2653
|
44
44
|
maleo_foundation/managers/client/google/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
45
|
-
maleo_foundation/managers/client/google/base.py,sha256=
|
45
|
+
maleo_foundation/managers/client/google/base.py,sha256=kBXwbkidoEHomwoMOlY-qwFj-t-eaGDDeNqL9wTQwRE,1371
|
46
46
|
maleo_foundation/managers/client/google/parameter.py,sha256=Lnj7mQgxWQpsQwbmDRK5_bF01M1QpM5PS0eZP2q17yQ,1337
|
47
47
|
maleo_foundation/managers/client/google/secret.py,sha256=Ski1CHYeA8vjSk2Oc2Pf4CfFrzT_RcA6NEZwza7gM7Y,4464
|
48
|
-
maleo_foundation/managers/client/google/storage.py,sha256=
|
48
|
+
maleo_foundation/managers/client/google/storage.py,sha256=6ke3tXFSdj2DmMS6CvsgCiWY-LbcGdx1AW4TQX0P2Y0,5390
|
49
49
|
maleo_foundation/middlewares/authentication.py,sha256=UL6kL65SvqrzemlIDopoO9N1C05eWlYMHVR2tiRsVEA,4821
|
50
50
|
maleo_foundation/middlewares/base.py,sha256=LhsLbZARC4lwGpaIeCfhHFa4YbN3210JnmUEKSTDZW0,16299
|
51
51
|
maleo_foundation/middlewares/cors.py,sha256=9uvBvY2N6Vxa9RP_YtESxcWo6Doi6uS0lzAG9iLY7Uc,2288
|
@@ -119,7 +119,7 @@ maleo_foundation/utils/loaders/credential/__init__.py,sha256=qopTKvcMVoTFwyRijeg
|
|
119
119
|
maleo_foundation/utils/loaders/credential/google.py,sha256=HUcuHD4tXHPt0eHInlFYxA_MDrGSOtbenpd0PX156OM,1255
|
120
120
|
maleo_foundation/utils/loaders/key/__init__.py,sha256=hVygcC2ImHc_aVrSrOmyedR8tMUZokWUKCKOSh5ctbo,106
|
121
121
|
maleo_foundation/utils/loaders/key/rsa.py,sha256=gDhyX6iTFtHiluuhFCozaZ3pOLKU2Y9TlrNMK_GVyGU,3796
|
122
|
-
maleo_foundation-0.2.
|
123
|
-
maleo_foundation-0.2.
|
124
|
-
maleo_foundation-0.2.
|
125
|
-
maleo_foundation-0.2.
|
122
|
+
maleo_foundation-0.2.92.dist-info/METADATA,sha256=1CJgpOBEEbASM1o_DCa0VoeG1rPIQnkTSLu-PutbtrM,3598
|
123
|
+
maleo_foundation-0.2.92.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
124
|
+
maleo_foundation-0.2.92.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
|
125
|
+
maleo_foundation-0.2.92.dist-info/RECORD,,
|
File without changes
|
File without changes
|