wmill 1.520.0__tar.gz → 1.522.0__tar.gz
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-1.520.0 → wmill-1.522.0}/PKG-INFO +1 -1
- {wmill-1.520.0 → wmill-1.522.0}/pyproject.toml +1 -1
- {wmill-1.520.0 → wmill-1.522.0}/wmill/client.py +1 -1
- {wmill-1.520.0 → wmill-1.522.0}/README.md +0 -0
- {wmill-1.520.0 → wmill-1.522.0}/wmill/__init__.py +0 -0
- {wmill-1.520.0 → wmill-1.522.0}/wmill/py.typed +0 -0
- {wmill-1.520.0 → wmill-1.522.0}/wmill/s3_reader.py +0 -0
- {wmill-1.520.0 → wmill-1.522.0}/wmill/s3_types.py +0 -0
|
@@ -666,7 +666,7 @@ class Windmill:
|
|
|
666
666
|
from wmill import S3Object
|
|
667
667
|
|
|
668
668
|
s3_obj = S3Object(s3="/path/to/my_file.txt")
|
|
669
|
-
with wmill.
|
|
669
|
+
with wmill.load_s3_file_reader(s3object, s3_resource_path) as file_reader:
|
|
670
670
|
print(file_reader.read())
|
|
671
671
|
'''
|
|
672
672
|
"""
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|