Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

moved description on how to access the azure storage to an external repo #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions README_AssetRegistration_Transfer.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,10 @@ Available containers for data transfer:
> NOTE:
Please use the correct container for the asset registration (`*-src`) and data transfer (`*-dest`) that fits to your use case.

To upload an asset to the azure storage, you need to have a **SAS token**. The SAS token can be requested from the msg team.
> NOTE: Please handle the SAS token with care! Do not share it with unauthorized persons.

# Asset registration
## Upload an asset to the azure storage
To programmatically upload an asset to the `msgedcstorage` you can use the provided **python** scripts. The scripts are located in the `scripts` directory next to this README file.

There you can also find programming examples for **java** and **JavaScript**.

Please refer to the readme files in the `scripts` directory for more information.
Please refer to https://github.com/GAIA-X4PLC-AAD/azure-storage-upload/blob/main/README.md for more information on how to upload an asset to the azure storage with examples.
The designated storage name is `msgedcstorage` and the container name is one of the (source) containers mentioned above.

## Create asset in the provider EDC
### Base URL
Expand Down
46 changes: 0 additions & 46 deletions scripts/java/ListFilesInContainer.java

This file was deleted.

35 changes: 0 additions & 35 deletions scripts/java/README.md

This file was deleted.

63 changes: 0 additions & 63 deletions scripts/java/UploadAsset.java

This file was deleted.

5 changes: 0 additions & 5 deletions scripts/js/README.md

This file was deleted.

30 changes: 0 additions & 30 deletions scripts/js/list_files_in_container.js

This file was deleted.

42 changes: 0 additions & 42 deletions scripts/js/upload_asset.js

This file was deleted.

36 changes: 0 additions & 36 deletions scripts/python/README.md

This file was deleted.

41 changes: 0 additions & 41 deletions scripts/python/list_files_in_container.py

This file was deleted.

59 changes: 0 additions & 59 deletions scripts/python/upload_asset.py

This file was deleted.