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)
- Host: GitHub
- URL: https://github.com/ovh/edc-ovhcloud-s3
- Owner: ovh
- License: apache-2.0
- Created: 2024-07-17T06:48:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T07:27:46.000Z (10 months ago)
- Last Synced: 2025-02-16T12:57:34.256Z (3 months ago)
- Topics: edc, ovhcloud, s3
- Language: Java
- Homepage: https://github.com/ovh/edc-ovhcloud-s3
- Size: 447 KB
- Stars: 1
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
[](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/)