strax icon indicating copy to clipboard operation
strax copied to clipboard

S3 protocol

Open LuisSanchez25 opened this issue 5 months ago • 4 comments

What is the problem / what does the code in this PR do

Adds S3 functionality to strax

Can you briefly describe how it works?

We can now use an S3 storage system to store data

Can you give a minimal working example (or illustrate with a figure)?

import strax st = strax.Context() s3_storage = strax.S3Frontent() st.storage = [s3_storage]

Please include the following if applicable:

  • Update the docstring(s)
  • Update the documentation
  • Tests to check the (new) code is working as desired.
  • Does it solve one of the open issues on github?

Please make sure that all automated tests have passed before asking for a review (you can save the PR as a draft otherwise).

LuisSanchez25 avatar Oct 02 '24 04:10 LuisSanchez25