Skip to content

Commit

Permalink
Credentials should not be public
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienWehrle authored Mar 6, 2021
1 parent ea471e0 commit 8025bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S3_wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ for year in 2017 ; do
### Fetch one day of OLCI & SLSTR scenes over Greenland
## Use local files (PTEP, DIAS, etc.)
./dhusget_wrapper.sh -d ${date} -l ${SEN3_local} -o ${SEN3_source}/${year}/${date} \
-f ${area} -u baptistevdx -p geus1234 $product_list || error=true
-f ${area} -u usrname -p psswd $product_list || error=true
## Download files
# ./dhusget_wrapper.sh -d ${date} -o ${SEN3_source}/${year}/${date} \
# -f Svalbard -u <user> -p <password>
Expand Down

0 comments on commit 8025bca

Please sign in to comment.