Skip to content

Add kioslave for Amazon S3

Elvis Angelaccio requested to merge work/kio-s3 into master

This is a kioslave for S3, which is a file storage service by Amazon AWS.

The slave uses the AWS C++ SDK: https://github.com/aws/aws-sdk-cpp

The SDK properly supports cmake. The slave will only get built when the AWS SDK gets found.

See the README file for supported features and know limitations.

Merge request reports