tespkg / actions-cache

Cache to S3 storage with official actions/cache@v2 fallback
MIT License
75 stars 31 forks source link

💡 - retry s3 get object #3

Closed jackieli-tes closed 2 years ago

jackieli-tes commented 3 years ago

Is your feature request related to a problem? Please describe. In some s3 setup, it won't allow get object with one long http connection. So we should either use a smaller chunk or do retry.

Minio's fGetObject supports retry. So one solution is to just keep retry get object until it's completed

jackieli-tes commented 2 years ago

in most cases this is not needed. it complicates the code. so won't implement