Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 807 Bytes

README-fork.md

File metadata and controls

25 lines (15 loc) · 807 Bytes

This is a fork

This repository is forked from Eclipse Dataspace Connector

Building and Running

  • Build as described in README.md

  • Run as follows:

    java -jar -Dcreds.part-00000-beb25069-8ffc-496d-be96-bcda0ed55edd-c000.csv="<SERIALIZED_JSON_TOKEN>" -DdestinationBucket=041167962674-eu-central-1-gaia-x-data -DdestinationRegion=eu-central-1 launchers/basic/build/libs/dataspaceconnector-basic.jar

  • Use postman collection in /postman folder

JSON_TOKEN format (without escape '' for quotes):

`{
  "edctype":"dataspaceconnector:secrettoken",
  "sessionToken":"<TOKEN>",
  "accessKeyId":"<ACCESS_KEY>",
  "secretAccessKey":"<SECRET_KEY>"
}`

NOTE: Filename does not change during transfer.