pyaws-s3 1.0.2__py3-none-any.whl → 1.0.3__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.
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pyaws_s3
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.3
|
4
4
|
Summary: A Python package for AWS S3 utilities
|
5
5
|
Author: Giuseppe Zileni
|
6
6
|
Author-email: Giuseppe Zileni <giuseppe.zileni@gmail.com>
|
@@ -138,7 +138,7 @@ Downloads a file from the S3 bucket.
|
|
138
138
|
Download and save locally:
|
139
139
|
|
140
140
|
```python
|
141
|
-
local_path = s3.download("folder/image.svg", local_path="downloads/
|
141
|
+
local_path = s3.download("folder/image.svg", local_path="downloads/")
|
142
142
|
```
|
143
143
|
|
144
144
|
Download as bytes (stream):
|
@@ -0,0 +1,4 @@
|
|
1
|
+
pyaws_s3-1.0.3.dist-info/METADATA,sha256=GzSmAWUoaZRL0FQtg6S2jp_Dnth4IA8tIjKIfS4kEZI,5252
|
2
|
+
pyaws_s3-1.0.3.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
3
|
+
pyaws_s3-1.0.3.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
4
|
+
pyaws_s3-1.0.3.dist-info/RECORD,,
|
pyaws_s3-1.0.2.dist-info/RECORD
DELETED
@@ -1,4 +0,0 @@
|
|
1
|
-
pyaws_s3-1.0.2.dist-info/METADATA,sha256=AoMP7svciEiYRWpaF16y3yml_5J-TjdAah2BqB7U0h4,5261
|
2
|
-
pyaws_s3-1.0.2.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
3
|
-
pyaws_s3-1.0.2.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
4
|
-
pyaws_s3-1.0.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|