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
forman
changed the title
Instead of adding new unit tests, I'd prefer we get rid of any s3-specific code. We can do this by relying entirely on the fsspec package and auto-configuration through keyword injection from config YAML.
Get rid of s3-specific code
Jun 16, 2021
forman
changed the title
Get rid of s3-specific code
Get rid of S3-specific code
Jun 16, 2021
We have some S3-specifc code in
DataWriter
that I'd like to get rid off: less, code less need for testing, higher coverage.We can avoid S3-specifc code by relying entirely on the
fsspec
package and auto-configuration through keyword injection from config YAML.See also xcube-dev/xcube#446
The text was updated successfully, but these errors were encountered: