skbn icon indicating copy to clipboard operation
skbn copied to clipboard

Support for local filesystem

Open aantono opened this issue 4 years ago • 1 comments

Is it possible to support a file: prefix to be able to copy from/to the local filesystem from within the container itself? It would be useful to be able to download/upload things from remote stores into the local/shared container volume mount as an init container, etc.

aantono avatar Jun 25 '20 18:06 aantono

Local file URI scheme support is critical. It is extremely inconvenient to not have this option.

For example, skbn has trouble authenticating between S3 buckets and EKS clusters in different AWS tenants. Naturally, copying the backup files locally would be a solution. But that is not supported.

For now, I am completely eschewing skbn for restore operations, instead running awscli directly on my Kubernetes pods.

mcandre avatar Sep 23 '21 14:09 mcandre