Results 3 comments of Anum Sheraz

> For those with this problem. > I changed the goofys mounter options > https://github.com/ctrox/csi-s3/blob/master/pkg/mounter/goofys.go#L57 > changed the permissions as needed and then created my own image. Hi @jhonsfran1165 ,...

Thankyou @jhonsfran1165 for quick response. I will try this approach. Hoever, I found this csi-s3 project that supports supplying `options` variable while defining storage class https://github.com/yandex-cloud/k8s-csi-s3/blob/bca84a06f45afa5b99da854294ae9cac52a70b75/deploy/kubernetes/examples/storageclass.yaml

Is there an example of decompressing *.snappy file using SnappyHadoopCompatibleOutputStream ? I have snappy compressed files created from AWS Firehose which uses hadoop snappy compression.