diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c01e86d2c..6e0fa014e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,4 +25,4 @@ jobs: displayName: script dependsOn: myjob steps: - - script: aws s3 cp /home/ubuntu/myagent/_work/2/s/target/spring-petclinic-3.0.0-SNAPSHOT.jar s3://spcfeb18 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --recursive \ No newline at end of file + - script: aws s3 cp /home/ubuntu/myagent/_work/2/s/target/spring-petclinic-3.0.0-SNAPSHOT.jar s3://spcfeb18 --grants read=uri=https://acs.amazonaws.com/groups/global/AllUsers --recursive \ No newline at end of file