UPLOAD LOCAL FOLDER and SUBFILES to S3 #Load AWS Powershell Extensions import-module “C:\Program Files (x86)\AWS Tools\PowerShell\AWSPowerShell\AWSPowerShell.psd1” #Set AWS Creds to connect to S3. The S3 user should have a specific IAM policy to lock them down to this specific bucket only. See here for example s3 policy Set-AWSCredentials -AccessKey <BUCKETUSERACCESSKEY> -SecretKey <SECRETKEY> -StoreAs default #Upload […]
Problem: Was trying to upload a custom wordpress theme from themeforest.net and during the upload the theme uploader was crashing out prompting with ‘Are you sure you wan to do this? Please try again.’ Solution: Easy one really, ensure you are uploading the WordPress theme only and no other (the zip file will typically be […]
Using iSpy to upload Images to an FTP results in the following error message Error: Invalid URI: The Authority/Host could not be parsed. Resolution: simple one this one – ensure the Server path is listed as ftp://%server% rather than the default of ftp: