mkloubert / vs-deploy

Visual Studio Code extension that provides commands to deploy files of a workspace to a destination.
https://marketplace.visualstudio.com/items?itemName=mkloubert.vs-deploy
MIT License
131 stars 24 forks source link

AWS S3 Setup #171

Open duncangroenewald opened 4 years ago

duncangroenewald commented 4 years ago

Is there any explanation for how to configure things in order to deploy files to an S3 bucket.

I have installed the vs-deploy-reloaded extension but I can find a useful explanation on how to set up credentials.

If I try running Deploy: Compare I get an error "Missing credentials in config". I have installed the AWS Toolkit in VS Code and entered the credentials in that so there is a ~/.aws/credentials file already.

What else is required?