You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 6, 2024. It is now read-only.
Do we need to include Name as well as the different protocol options? This makes it so that whenever options are included, users must specify their choice twice: once in Name and once implicitly in the protocol spec. E.g.,
protocol:
name: s3s3:
blah: stuff
K8s volume claims use a syntax where the option itself implicitly specifies the option desired. E.g.,
volumes:
- name: myDiremptyDir: {}
Does it make sense to follow that pattern for the protocol also? Like below would be an S3 config with no options set.