private void UpdateAmazonS3Status() { AmazonS3 s3 = new AmazonS3(Config.AmazonS3Settings); lblAmazonS3PathPreview.Text = s3.GetPreviewURL(); }