Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for local filesystem #9

Open
aantono opened this issue Jun 25, 2020 · 1 comment
Open

Support for local filesystem #9

aantono opened this issue Jun 25, 2020 · 1 comment

Comments

@aantono
Copy link

aantono commented Jun 25, 2020

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.

@mcandre
Copy link

mcandre commented Sep 23, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants