-
- Downloads
fix: Fix S3 stat call for partial prefixes
The blob below is never reached, as we do not set Delimiter field in the call arguments: ``` - case len(resp.CommonPrefixes) == 1: - fi.IsDir = true ```
Please register or sign in to comment
The blob below is never reached, as we do not set Delimiter field in the call arguments: ``` - case len(resp.CommonPrefixes) == 1: - fi.IsDir = true ```