T-050-003 Data access key
Purpose
In this password-protected PDF, you will find the basic information you need to share the data with us.
Identification
Property | Value |
---|---|
Company name | AI Labs Group, S.L. |
Trademark | Legit.Health ® |
ID Number | (ES)B95988127 |
Activity | Provision of clinical intelligence and communication software for HCP. |
Address | Gran Via, BAT Tower, 48001, Bilbao, Spain |
Telephone | +34 653 08 83 37 |
hello@legit.health | |
Website | https://legit.health |
Legal representative | Ms. Aguilar Robles |
Public Key
To access the AWS bucket, you will need the following Client Public Key:
PUBLIC KEY
Private Key
You will also need the following Client Private Key:
PRIVATE KEY
This key is exclusive for your company, please keep it safely stored and do not share it with third parties.
Data Ingestion Procedure
The path to the bucket is the following: s3://legit-health-clients/COMPANY-NAME/images/
.
In order to upload the data, follow these steps:
1. Download AWS CLI
sudo apt install awscli
2. Set the configuration
Set the configuration using the Public and Private keys. Only the keys are mandatory, the rest of information can be set to default (region, …).
aws configure
3. Upload the data
If the images are in a zip file
aws s3 cp FILENAME.zip s3://legit-health-clients/COMPANY-NAME/images/
If the images are in a folder
aws s3 cp FOLDER_NAME s3://legit-health-clients/COMPANY-NAME/images/ --recursive
COMPANY-NAME
and delete this warning- Replace
COMPANY-NAME
with the actual company name chosen when creating the AWS path. - Delete this warning before printing.
Data Download Procedure
Once the results are ready, Legit.Health will send an email to the main contact of the company. In order to download the data, run the following command:
aws s3 cp s3://legit-health-clients/COMPANY-NAME/results/ . --recursive
COMPANY-NAME
and delete this warning- Replace
COMPANY-NAME
with the actual company name chosen when creating the AWS path. - Delete this warning before printing.
Signature meaning
The signatures for the approval process of this document can be found in the verified commits at the repository for the QMS. As a reference, the team members who are expected to participate in this document and their roles in the approval process, as defined in Annex I Responsibility Matrix
of the GP-001
, are:
- Author: Team members involved
- Reviewer: JD-003, JD-004
- Approver: JD-001