oysterprotocol / brokernode

Server that connects to the Tangle to enable the Oyster Protocol
36 stars 9 forks source link

Update V3 Update method to store data into S3 object #610

Closed pzhao5 closed 6 years ago

pzhao5 commented 6 years ago

Format object key as GenesisHash/fileIndex. Store data into S3. Expect client to send data in batch of pre-defined the size. And Expect client to send data in the order. Example: Index as {1,2,3,4,5} is acceptable while {1,100,2, 101,3,102} is unacceptable.

EdmundMai commented 6 years ago

Is it possible to fix the codeclimate errors? There are only 3 of them. It could be done in a separate PR