NCAS-CMS / NCAS-CMS/PyActiveStorage

S3 support for a file which is not on active storage

Open
#94 2 comments 0 reactions 2 assignees View on GitHub

@valeriupredoi is already working on this.

Since Jun 16, 2023.

Dominant language
Python
Stars
6
Forks
2
PR merge metrics
No merged PRs in 30d

Description

We need to include support within PyActiveStorage for the situation where the remote server does not support ActiveStorage but the client has requested ActiveStorage support - in this situation we should fail over to calculate the operations ourselves. To do that, we need our version of reduce_chunk to grab the necessary blocks and do the operations itself, as it currently does for POSIX.

In the long-term we would hope that netcdf4-python would do this transparently, but for the moment we need to use h5netcdf to do it.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.