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

Tracking issue for filesystem support #3

Closed
hairyhenderson opened this issue Apr 25, 2021 · 1 comment
Closed

Tracking issue for filesystem support #3

hairyhenderson opened this issue Apr 25, 2021 · 1 comment
Assignees
Milestone

Comments

@hairyhenderson
Copy link
Owner

hairyhenderson commented Apr 25, 2021

This issue tracks the various filesystems I want to be supported by this module, and their current state.

  • ✔️ = Support planned/complete
  • ✖️ = Not supported/will not be supported
  • empty = Unknown/undecided/incomplete
FS Context? Headers? MIME? Done?
AWS SM ✔️ ✔️
AWS SMP ✔️ ✔️
Azure Blob ✔️ ✔️ ✔️
Consul ✔️ ✔️ ✔️ ✔️
File ✖️ ✖️ ✖️ ✔️
Git ✔️ ✖️ ✔️
GCS ✔️ ✔️ ✔️
HTTP ✔️ ✔️ ✔️ ✔️
S3 ✔️ ✔️ ✔️
Vault ✔️ ✔️ ✔️ ✔️
  • FS: Filesystem (may include multiple types of support, e.g. git with file/http/ssh/daemon)
  • Context: Whether or not injecting a context.Context makes sense (i.e. cancellation will be able to be supported)
  • Headers: Whether or not injecting HTTP headers makes sense
  • MIME: Whether or not MIME Content-Type detection will work (extension-based guessing used otherwise)
  • Done: Whether or not basic support is implemented
@hairyhenderson hairyhenderson added this to the v1.0 milestone Apr 25, 2021
@hairyhenderson hairyhenderson self-assigned this Apr 25, 2021
@hairyhenderson
Copy link
Owner Author

With #93 and #86 finished, this can now be closed. I've got all the filesystem support that I've initially planned on now!

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

1 participant