Open
Description
Story Form
As a Block Node Developer/User
I want to validate that the s3 cloud archive plugin is working properly and as expected
So that I can rely on the plugin
Technical Notes
- feat: Implement Cloud Archive Plugin #1043 introduced a simple cloud archive plugin
- the plugin is very simple and only does uploads, it is not a block provider
- a simple SDK was developed specifically for our needs with an extendable s3 client that will make HTTP requests that we build specifically for our needs
- let's validate the proper working of the plugin
- let's fix or capture bugs and create issues about them so we can solve them in the near future