Commit 91dc54f
authored
Enhance S3 download functionality to support compressed files (#639)
- Updated the ProjectStore class to include an option for downloading a single compressed zip file from S3, extracting it upon download.
- Modified the downloadS3Directory method to accept an isCompressedFile parameter, allowing for conditional handling of zip files.
- Added logging for successful downloads of both directories and compressed files.
These changes improve the flexibility of the S3 download process, accommodating different project structures.
Signed-off-by: Sagar Swami Rao Kulkarni <sagarswamirao@gmail.com>1 parent c29acc5 commit 91dc54f
File tree
2 files changed
+41
-1
lines changed- packages/server/src
- controller
- service
2 files changed
+41
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1112 | 1112 | | |
1113 | 1113 | | |
1114 | 1114 | | |
1115 | | - | |
| 1115 | + | |
| 1116 | + | |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
| 1120 | + | |
1116 | 1121 | | |
1117 | 1122 | | |
1118 | 1123 | | |
| |||
1242 | 1247 | | |
1243 | 1248 | | |
1244 | 1249 | | |
| 1250 | + | |
1245 | 1251 | | |
1246 | 1252 | | |
1247 | 1253 | | |
1248 | 1254 | | |
| 1255 | + | |
| 1256 | + | |
| 1257 | + | |
| 1258 | + | |
| 1259 | + | |
| 1260 | + | |
| 1261 | + | |
| 1262 | + | |
| 1263 | + | |
| 1264 | + | |
| 1265 | + | |
| 1266 | + | |
| 1267 | + | |
| 1268 | + | |
| 1269 | + | |
| 1270 | + | |
| 1271 | + | |
| 1272 | + | |
| 1273 | + | |
| 1274 | + | |
| 1275 | + | |
| 1276 | + | |
| 1277 | + | |
| 1278 | + | |
| 1279 | + | |
| 1280 | + | |
| 1281 | + | |
| 1282 | + | |
| 1283 | + | |
| 1284 | + | |
| 1285 | + | |
| 1286 | + | |
1249 | 1287 | | |
1250 | 1288 | | |
1251 | 1289 | | |
| |||
1291 | 1329 | | |
1292 | 1330 | | |
1293 | 1331 | | |
| 1332 | + | |
1294 | 1333 | | |
1295 | 1334 | | |
1296 | 1335 | | |
| |||
0 commit comments