Replies: 0 comments 1 reply
-
Hello, are there any updates on the AWS S3 file transfer issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Community,
Samples: transfer-05-file-transfer-cloud. ReadMe seems to be outdated. Need to perform several steps mentioned in Pull Request to run the consumer and provider jar. Still there is an error while transferring files to the AWS bucket.
Filetransfer.json-
{ "@context": { "edc": "https://w3id.org/edc/v0.0.1/ns/" }, "@type": "TransferRequestDto", "dataDestination": { "type": "AmazonS3", "region": "us-east-1", "bucketName": "<Unique-bucket-name>-src-bucket", "keyName": "keyName" }, "protocol": "dataspace-protocol-http", "assetId": "1", "contractId": "d2c85968-984d-4268-9ce7-d673cf423faa", "connectorId": "provider", "connectorAddress": "http://localhost:8282/protocol", "transferType": { "contentType": "application/octet-stream", "isFinite": true }, "privateProperties": {} }
Following is the error although everything is provided in filetransfer.json:
Beta Was this translation helpful? Give feedback.
All reactions