wmill 1.607.1__py3-none-any.whl → 1.612.2__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.
Potentially problematic release.
This version of wmill might be problematic. Click here for more details.
wmill/client.py
CHANGED
|
@@ -975,7 +975,7 @@ class Windmill:
|
|
|
975
975
|
).json()
|
|
976
976
|
except Exception as e:
|
|
977
977
|
raise Exception("Could not write file to S3") from e
|
|
978
|
-
return S3Object(s3=response["file_key"])
|
|
978
|
+
return S3Object(s3=response["file_key"], storage=s3object.get("storage") if s3object else None)
|
|
979
979
|
|
|
980
980
|
def sign_s3_objects(self, s3_objects: list[S3Object | str]) -> list[S3Object]:
|
|
981
981
|
"""Sign S3 objects for use by anonymous users in public apps.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
wmill/__init__.py,sha256=nGZnQPezTdrBnBW1D0JqUtm75Gdf_xi3tAcPGwHRZ5A,46
|
|
2
|
-
wmill/client.py,sha256=
|
|
2
|
+
wmill/client.py,sha256=0CKp2ojTQeiDJ8RnhmmBhpdFNGi939xiEOiAu9e1xRc,73904
|
|
3
3
|
wmill/py.typed,sha256=8PjyZ1aVoQpRVvt71muvuq5qE-jTFZkK-GLHkhdebmc,26
|
|
4
4
|
wmill/s3_reader.py,sha256=ySd1R2F9krbyhFU_-ogGDZAWQsF2CkPgq7K7xCEvhDU,2662
|
|
5
5
|
wmill/s3_types.py,sha256=gQZRdQoDRp7IRS9MTgGAiHZr1MIdtrbWeN-NJ28kIkA,1804
|
|
6
|
-
wmill-1.
|
|
7
|
-
wmill-1.
|
|
8
|
-
wmill-1.
|
|
6
|
+
wmill-1.612.2.dist-info/METADATA,sha256=GzasUuw2VbgZd9ody-hIbEPf73mYZSUaOh6wHF8FGYY,2693
|
|
7
|
+
wmill-1.612.2.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
|
|
8
|
+
wmill-1.612.2.dist-info/RECORD,,
|
|
File without changes
|