@@ -5,7 +5,7 @@ This script is used to interact with the esa maap s3.
...
@@ -5,7 +5,7 @@ This script is used to interact with the esa maap s3.
The script is by default in the stack thei and Jupyter.
The script is by default in the stack thei and Jupyter.
But there are some differences.
But there are some differences.
**Theia**
****Theia****
The shebang of the script must be replace by #!/usr/local/bin/python
The shebang of the script must be replace by #!/usr/local/bin/python
**Jupyter**
**Jupyter**
...
@@ -17,7 +17,7 @@ The script provide following features:
...
@@ -17,7 +17,7 @@ The script provide following features:
To see all options run maap-s3.py help
To see all options run maap-s3.py help
upload used to push the data to S3
**upload used to push the data to S3**
param 1: sourceFile
param 1: sourceFile
ex: /projects/test/toto.txt
ex: /projects/test/toto.txt
param 2: s3 destination path
param 2: s3 destination path
...
@@ -26,29 +26,29 @@ To see all options run maap-s3.py help
...
@@ -26,29 +26,29 @@ To see all options run maap-s3.py help
resume use to continue a failed multipart previous upload. When your file is more than 5Giga, the python script use multipart upload. During the process, if the upload fails, please run resume without parameter to continue the upload.
resume use to continue a failed multipart previous upload. When your file is more than 5Giga, the python script use multipart upload. During the process, if the upload fails, please run resume without parameter to continue the upload.