@@ -15,7 +15,7 @@ For instructions how to use the class, see [Loading and Storing Data](/scaling/d
1515## The ` S3 ` client
1616
1717
18- <DocSection type =" class " name =" S3 " module =" metaflow " show_import =" True " heading_level =" 3 " link =" https://github.com/Netflix/metaflow/tree/master/metaflow/plugins/datatools/s3/s3.py#L452 " >
18+ <DocSection type =" class " name =" S3 " module =" metaflow " show_import =" True " heading_level =" 3 " link =" https://github.com/Netflix/metaflow/tree/master/metaflow/plugins/datatools/s3/s3.py#L458 " >
1919<SigArgSection >
2020<SigArg name =" tmproot='.', bucket=None, prefix=None, run=None, s3root=None " />
2121</SigArgSection >
@@ -31,7 +31,7 @@ For instructions how to use the class, see [Loading and Storing Data](/scaling/d
3131
3232
3333
34- <DocSection type =" method " name =" S3.close " module =" metaflow " show_import =" False " heading_level =" 4 " link =" https://github.com/Netflix/metaflow/tree/master/metaflow/plugins/datatools/s3/s3.py#L582 " >
34+ <DocSection type =" method " name =" S3.close " module =" metaflow " show_import =" False " heading_level =" 4 " link =" https://github.com/Netflix/metaflow/tree/master/metaflow/plugins/datatools/s3/s3.py#L590 " >
3535<SigArgSection >
3636<SigArg name =" self " />
3737</SigArgSection >
@@ -43,7 +43,7 @@ For instructions how to use the class, see [Loading and Storing Data](/scaling/d
4343## Downloading data
4444
4545
46- <DocSection type =" method " name =" S3.get " module =" metaflow " show_import =" False " heading_level =" 4 " link =" https://github.com/Netflix/metaflow/tree/master/metaflow/plugins/datatools/s3/s3.py#L859 " >
46+ <DocSection type =" method " name =" S3.get " module =" metaflow " show_import =" False " heading_level =" 4 " link =" https://github.com/Netflix/metaflow/tree/master/metaflow/plugins/datatools/s3/s3.py#L871 " >
4747<SigArgSection >
4848<SigArg name =" self " /><SigArg name =" key " type =" Union " default =" None " /><SigArg name =" return_missing " type =" bool " default =" False " /><SigArg name =" return_info " type =" bool " default =" True " />
4949</SigArgSection >
@@ -60,7 +60,7 @@ For instructions how to use the class, see [Loading and Storing Data](/scaling/d
6060
6161
6262
63- <DocSection type =" method " name =" S3.get_many " module =" metaflow " show_import =" False " heading_level =" 4 " link =" https://github.com/Netflix/metaflow/tree/master/metaflow/plugins/datatools/s3/s3.py#L964 " >
63+ <DocSection type =" method " name =" S3.get_many " module =" metaflow " show_import =" False " heading_level =" 4 " link =" https://github.com/Netflix/metaflow/tree/master/metaflow/plugins/datatools/s3/s3.py#L978 " >
6464<SigArgSection >
6565<SigArg name =" self " /><SigArg name =" keys " type =" Iterable " /><SigArg name =" return_missing " type =" bool " default =" False " /><SigArg name =" return_info " type =" bool " default =" True " />
6666</SigArgSection >
@@ -77,7 +77,7 @@ For instructions how to use the class, see [Loading and Storing Data](/scaling/d
7777
7878
7979
80- <DocSection type =" method " name =" S3.get_recursive " module =" metaflow " show_import =" False " heading_level =" 4 " link =" https://github.com/Netflix/metaflow/tree/master/metaflow/plugins/datatools/s3/s3.py#L1039 " >
80+ <DocSection type =" method " name =" S3.get_recursive " module =" metaflow " show_import =" False " heading_level =" 4 " link =" https://github.com/Netflix/metaflow/tree/master/metaflow/plugins/datatools/s3/s3.py#L1053 " >
8181<SigArgSection >
8282<SigArg name =" self " /><SigArg name =" keys " type =" Iterable " /><SigArg name =" return_info " type =" bool " default =" False " />
8383</SigArgSection >
@@ -93,7 +93,7 @@ For instructions how to use the class, see [Loading and Storing Data](/scaling/d
9393
9494
9595
96- <DocSection type =" method " name =" S3.get_all " module =" metaflow " show_import =" False " heading_level =" 4 " link =" https://github.com/Netflix/metaflow/tree/master/metaflow/plugins/datatools/s3/s3.py#L1095 " >
96+ <DocSection type =" method " name =" S3.get_all " module =" metaflow " show_import =" False " heading_level =" 4 " link =" https://github.com/Netflix/metaflow/tree/master/metaflow/plugins/datatools/s3/s3.py#L1109 " >
9797<SigArgSection >
9898<SigArg name =" self " /><SigArg name =" return_info " type =" bool " default =" False " />
9999</SigArgSection >
@@ -110,7 +110,7 @@ For instructions how to use the class, see [Loading and Storing Data](/scaling/d
110110## Listing objects
111111
112112
113- <DocSection type =" method " name =" S3.list_paths " module =" metaflow " show_import =" False " heading_level =" 4 " link =" https://github.com/Netflix/metaflow/tree/master/metaflow/plugins/datatools/s3/s3.py#L647 " >
113+ <DocSection type =" method " name =" S3.list_paths " module =" metaflow " show_import =" False " heading_level =" 4 " link =" https://github.com/Netflix/metaflow/tree/master/metaflow/plugins/datatools/s3/s3.py#L657 " >
114114<SigArgSection >
115115<SigArg name =" self " /><SigArg name =" keys " type =" Optional " default =" None " />
116116</SigArgSection >
@@ -125,7 +125,7 @@ For instructions how to use the class, see [Loading and Storing Data](/scaling/d
125125
126126
127127
128- <DocSection type =" method " name =" S3.list_recursive " module =" metaflow " show_import =" False " heading_level =" 4 " link =" https://github.com/Netflix/metaflow/tree/master/metaflow/plugins/datatools/s3/s3.py#L697 " >
128+ <DocSection type =" method " name =" S3.list_recursive " module =" metaflow " show_import =" False " heading_level =" 4 " link =" https://github.com/Netflix/metaflow/tree/master/metaflow/plugins/datatools/s3/s3.py#L707 " >
129129<SigArgSection >
130130<SigArg name =" self " /><SigArg name =" keys " type =" Optional " default =" None " />
131131</SigArgSection >
@@ -142,7 +142,7 @@ For instructions how to use the class, see [Loading and Storing Data](/scaling/d
142142## Uploading data
143143
144144
145- <DocSection type =" method " name =" S3.put " module =" metaflow " show_import =" False " heading_level =" 4 " link =" https://github.com/Netflix/metaflow/tree/master/metaflow/plugins/datatools/s3/s3.py#L1121 " >
145+ <DocSection type =" method " name =" S3.put " module =" metaflow " show_import =" False " heading_level =" 4 " link =" https://github.com/Netflix/metaflow/tree/master/metaflow/plugins/datatools/s3/s3.py#L1135 " >
146146<SigArgSection >
147147<SigArg name =" self " /><SigArg name =" key " type =" Union " /><SigArg name =" obj " type =" Union " /><SigArg name =" overwrite " type =" bool " default =" True " /><SigArg name =" content_type " type =" Optional " default =" None " /><SigArg name =" metadata " type =" Optional " default =" None " />
148148</SigArgSection >
@@ -161,7 +161,7 @@ For instructions how to use the class, see [Loading and Storing Data](/scaling/d
161161
162162
163163
164- <DocSection type =" method " name =" S3.put_many " module =" metaflow " show_import =" False " heading_level =" 4 " link =" https://github.com/Netflix/metaflow/tree/master/metaflow/plugins/datatools/s3/s3.py#L1216 " >
164+ <DocSection type =" method " name =" S3.put_many " module =" metaflow " show_import =" False " heading_level =" 4 " link =" https://github.com/Netflix/metaflow/tree/master/metaflow/plugins/datatools/s3/s3.py#L1232 " >
165165<SigArgSection >
166166<SigArg name =" self " /><SigArg name =" key_objs " type =" List " /><SigArg name =" overwrite " type =" bool " default =" True " />
167167</SigArgSection >
@@ -177,7 +177,7 @@ For instructions how to use the class, see [Loading and Storing Data](/scaling/d
177177
178178
179179
180- <DocSection type =" method " name =" S3.put_files " module =" metaflow " show_import =" False " heading_level =" 4 " link =" https://github.com/Netflix/metaflow/tree/master/metaflow/plugins/datatools/s3/s3.py#L1290 " >
180+ <DocSection type =" method " name =" S3.put_files " module =" metaflow " show_import =" False " heading_level =" 4 " link =" https://github.com/Netflix/metaflow/tree/master/metaflow/plugins/datatools/s3/s3.py#L1306 " >
181181<SigArgSection >
182182<SigArg name =" self " /><SigArg name =" key_paths " type =" List " /><SigArg name =" overwrite " type =" bool " default =" True " />
183183</SigArgSection >
@@ -195,7 +195,7 @@ For instructions how to use the class, see [Loading and Storing Data](/scaling/d
195195## Querying metadata
196196
197197
198- <DocSection type =" method " name =" S3.info " module =" metaflow " show_import =" False " heading_level =" 4 " link =" https://github.com/Netflix/metaflow/tree/master/metaflow/plugins/datatools/s3/s3.py#L743 " >
198+ <DocSection type =" method " name =" S3.info " module =" metaflow " show_import =" False " heading_level =" 4 " link =" https://github.com/Netflix/metaflow/tree/master/metaflow/plugins/datatools/s3/s3.py#L753 " >
199199<SigArgSection >
200200<SigArg name =" self " /><SigArg name =" key " type =" Optional " default =" None " /><SigArg name =" return_missing " type =" bool " default =" False " />
201201</SigArgSection >
@@ -211,7 +211,7 @@ For instructions how to use the class, see [Loading and Storing Data](/scaling/d
211211
212212
213213
214- <DocSection type =" method " name =" S3.info_many " module =" metaflow " show_import =" False " heading_level =" 4 " link =" https://github.com/Netflix/metaflow/tree/master/metaflow/plugins/datatools/s3/s3.py#L799 " >
214+ <DocSection type =" method " name =" S3.info_many " module =" metaflow " show_import =" False " heading_level =" 4 " link =" https://github.com/Netflix/metaflow/tree/master/metaflow/plugins/datatools/s3/s3.py#L811 " >
215215<SigArgSection >
216216<SigArg name =" self " /><SigArg name =" keys " type =" Iterable " /><SigArg name =" return_missing " type =" bool " default =" False " />
217217</SigArgSection >
@@ -233,7 +233,7 @@ Most operations above return `S3Object`s that encapsulate information about S3 p
233233Note that the data itself is not kept in these objects but it is stored in a temporary directory which is accessible through the properties of this object.
234234
235235
236- <DocSection type =" class " name =" S3Object " module =" metaflow " show_import =" False " heading_level =" 3 " link =" https://github.com/Netflix/metaflow/tree/master/metaflow/plugins/datatools/s3/s3.py#L139 " >
236+ <DocSection type =" class " name =" S3Object " module =" metaflow " show_import =" False " heading_level =" 3 " link =" https://github.com/Netflix/metaflow/tree/master/metaflow/plugins/datatools/s3/s3.py#L145 " >
237237<SigArgSection >
238238<SigArg name =" " />
239239</SigArgSection >
0 commit comments