Automate PowerShell script for download files from S3

0

Hi, I want to create PowerShell script for automate download files from S3. The problem is with the credentials that I want to use to connect to AWS. I had been trying use "aws configure sso" but the problem is that I received this message "Error when retrieving token from sso: Token has expired and refresh failed". I has been looking for any solution on internet but I didn't see any that help me.

Regards!

JMCR09
posta 8 mesi fa1073 visualizzazioni
1 Risposta
0
  1. Install AWS Cli tool in windows, following this content.
  2. Authorize your command line tool into aws.
  3. Build your script. You are ready to go.
profile picture
con risposta 8 mesi fa
  • Hi, thanks for answer. Just for have more context. Why if I "authorize my command line tool into aws" works for solving the error "Error when retrieving token from sso: Token has expired and refresh failed"?

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande