Home > Blockchain >  Cannot cp or sync with s3 but I can ls
Cannot cp or sync with s3 but I can ls

Time:11-19

I'm working on a actions workflow and wouldlike to download a file from s3. Our s3 is via IBM cloud and enter image description here

CodePudding user response:

Plesae check addid s3: ''' aws --endpoint-url ${{ secrets.AWS_S3_ENDPOINT }} s3 cp s3://${{ secrets.AWS_S3_BUCKET }}/regression_model_full.rds models/regression_model_full.rds '''

  • Related