You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new C++ API allows to implement other backends than the filesystem.
The first to implement is AWS-S3. There is a mock-up implementation for this already.
In order to actually implement it, the functionality in the s3 namespace needs to be implemented using the aws-c++-sdk. For reference, see the implementation in namespace filesystem.
Any help with this is welcome, including WIP PRs that only implement parts of this.
I think good first steps to implement this are:
The new C++ API allows to implement other backends than the filesystem.
The first to implement is AWS-S3. There is a mock-up implementation for this already.
In order to actually implement it, the functionality in the s3 namespace needs to be implemented using the aws-c++-sdk. For reference, see the implementation in namespace filesystem.
Any help with this is welcome, including WIP PRs that only implement parts of this.
I think good first steps to implement this are:
The text was updated successfully, but these errors were encountered: