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

Add support for S3 mounts in the Docker runtime #199

Open
runabol opened this issue Oct 1, 2023 · 0 comments
Open

Add support for S3 mounts in the Docker runtime #199

runabol opened this issue Oct 1, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@runabol
Copy link
Owner

runabol commented Oct 1, 2023

Mountpoint S3 is a file client that translates local file system API calls to S3 object API calls like GET and LIST.

The goal of this feature is to add first-class support to mounting S3-based location so users don't have to rely on using the AWS S3 client and have a more streamlined experience that resembles mounting a local directory.

Rough outline of the implementation:

  1. Add an s3.go file to the docker packge.
  2. Implement the Mounter interface.
  3. Register the new mounter implementation when wiring in the Docker runtime.
  4. Add tests.
@runabol runabol added the enhancement New feature or request label Oct 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant