csi-s3 icon indicating copy to clipboard operation
csi-s3 copied to clipboard

A Container Storage Interface for S3

Results 56 csi-s3 issues
Sort by recently updated
recently updated
newest added

When I am using an specific exist bucket, I prefer to use an s3 storage account without bucket related permission. ```golang if nameOverride, ok := params[mounter.BucketKey]; ok { bucketName =...

Adding this makes this repo compatible with fluxv2, as well as making it easier to install for anyone using kubectl.

Hello, when CSI container mounts buckets it launchs mount daemons (when execute s3fs mount command for example) But if container died daemons in container died also and mounts will be...

bug

We are not able to get the "examples/pvc.yaml" test to succeed. We cloned the master branch of csi-s3 and are using kubectl 1.17.9 on an AWS EKS cluster. We followed...

Is there a way to use --no-verify-ssl to avoid certificate checking?

Two Storage Class, with different s3 cluster, so different AccessKey & SecretKey. The second s3 cluster cannot mount. Because of .passwd-s3fs is not cleared before write it's new AccessKey &...

Trying to get this working using terraform, digital ocean managed k8s and digital ocean spaces. I converted the yaml files to the terraform format and it seems to create all...

With this change, while setting up your StorageClass, you can specify the uid and gid that goofys should use when mounting your file system. These two new options are goofysuid...

I have seen in the history that s3ql was removed, for me it sounded like the perfect fit feature wise. any reason why it flew out?

Deploy the CSI plug-in in k8s, start PV PVC (in-tree) manually, deploy the service of CSI plug-in successfully (written in go language), and start the attacher and provisioner services at...