[MCOL-2167] Write the CloudStorage and S3Storage classes + unit tests Created: 2019-02-12 Updated: 2019-03-27 Resolved: 2019-03-26 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | None |
| Fix Version/s: | 1.4.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Patrick LeBlanc (Inactive) | Assignee: | Patrick LeBlanc (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Milestone2 | ||
| Sub-Tasks: |
|
|||||||||||||||
| Epic Link: | ObjectStore support |
| Description |
|
This wraps the REST API for cloud storage. |
| Comments |
| Comment by Patrick LeBlanc (Inactive) [ 2019-02-15 ] |
|
Paused dev on this component, pending clarity on licensing issues. |
| Comment by Patrick LeBlanc (Inactive) [ 2019-02-20 ] |
|
We can move forward for now by writing a 'local' version, which will store objects in a separate directory. This will be useful for testing anyway; won't be wasted effort. |
| Comment by Patrick LeBlanc (Inactive) [ 2019-02-21 ] |
|
Finished that. We can use it no problem until we get S3 comm settled. |
| Comment by Patrick LeBlanc (Inactive) [ 2019-03-25 ] |
|
Andrew has written an S3 lib we can use in both projects, will start integrating it, although for initial testing we will still use the LocalStorage stand-in module. |