An open API service indexing awesome lists of open source software.

https://github.com/ovh/edc-ovhcloud-s3

OVHcloud S3 connector for EDC (Eclipse Dataspace Connector)
https://github.com/ovh/edc-ovhcloud-s3

edc ovhcloud s3

Last synced: about 1 month ago
JSON representation

OVHcloud S3 connector for EDC (Eclipse Dataspace Connector)

Awesome Lists containing this project

README

        

[![build](https://github.com/ovh/edc-ovhcloud-s3/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/ovh/edc-ovhcloud-s3/actions/workflows/build.yaml)

# OVHcloud S3 Extension for Eclipse Dataspace Connector

This repository contains the OVHcloud S3 Extension that works with the Eclipse Dataspace Connector allowing operations into the OVHcloud S3 Storage.

## Based on the following

- [https://github.com/eclipse-edc/Connector](https://github.com/eclipse-edc/Connector) - v0.6.2;
- [International Data Spaces](https://www.internationaldataspaces.org);
- [GAIA-X](https://gaia-x.eu) project;
- [OVHcloud S3](https://www.ovhcloud.com/en/public-cloud/object-storage/).

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

### Build from source

To build and run the project, you will need the following:

- Java JDK 17 or later

```shell
./gradlew build
```

## License

[Apache v2.0](https://choosealicense.com/licenses/apache-2.0/)