This repository was archived by the owner on Feb 1, 2022. It is now read-only.
Commit ec9fc17
feat: support sourcing from buckets with over 1000 objects (#20)
* adds ContinuationToken and extra error handling
* updates list objects error handling
Co-Authored-By: Robin Métral <robin@metral.ch>
* updates empty bucket error handling
Co-Authored-By: Robin Métral <robin@metral.ch>
* adds types for getS3ListObjects params
Co-Authored-By: Robin Métral <robin@metral.ch>
* adds types for listAllS3Items params
Co-Authored-By: Robin Métral <robin@metral.ch>
* use optional chaining operator for contents check
Co-Authored-By: Robin Métral <robin@metral.ch>
* uses ObjectType for allS3Items
Co-Authored-By: Robin Métral <robin@metral.ch>
* feat: adds suggested changes from PR to use ContinuationToken
* fix: runs prettier to correct indent
* fix: adds type back to allBucketsObjects
* corrects type on allBucketsObjects
Co-Authored-By: Robin Métral <robin@metral.ch>
* Corrects check for data.Contents
Co-Authored-By: Robin Métral <robin@metral.ch>
Co-authored-by: Robin Métral <robin@metral.ch>1 parent d0fda52 commit ec9fc17
1 file changed
+50
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
50 | 77 | | |
51 | 78 | | |
52 | 79 | | |
53 | | - | |
54 | | - | |
| 80 | + | |
| 81 | + | |
55 | 82 | | |
| 83 | + | |
56 | 84 | | |
57 | 85 | | |
58 | | - | |
| 86 | + | |
59 | 87 | | |
60 | 88 | | |
61 | 89 | | |
| |||
0 commit comments