Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement AWS-S3 cloud storage backend #136

Open
constantinpape opened this issue Aug 23, 2019 · 1 comment
Open

Implement AWS-S3 cloud storage backend #136

constantinpape opened this issue Aug 23, 2019 · 1 comment

Comments

@constantinpape
Copy link
Owner

constantinpape commented Aug 23, 2019

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:

@constantinpape
Copy link
Owner Author

I started to implement this in #139.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant