cancel
Showing results for 
Search instead for 
Did you mean: 

How to upload filesystem to AWS using SAPUI5

0 Kudos

Hello I'm relatively new to the cloud foundry and AWS. I'm creating a UI with SAPUI5 for the Retraining of Customizable Services on Cloud Foundry (https://help.sap.com/viewer/a86b12f81f424c45a0e7c83c1d5025c4/1904A/en-US/65df4d78cb6b485aab2c9fb11ae...) and I'm stuck on uploading the dataset. There are many tutorials on how to do it using the command line interface, but I can't find anything on how to upload a filesystem using HTTP requests. While every other step can be done using the API for this service, I don't understand how the HTTP request is supposed to be implemented when communicating with the AWS.

Accepted Solutions (0)

Answers (1)

Answers (1)

MarioDeFelipe
Contributor
0 Kudos

Hi Oliver if you are trying to upload to an S3 volume, its possible (EBS its not).

On S3 volumes you will be able to upload a dataset easily (managing the AWS credentials and buckets from SAP) using an ABAP SDK available from Linke;

https://aws.amazon.com/es/solutions/consulting-offers/linke-aws-connector-for-sap/

https://www.sap.com/dmc/exp/2013_09_adpd/enEN/#/solutions?id=s:62b5caae-0508-45a9-a687-a4a53ef98b60

Regards