Added DreamObjects endpoint out of the box.

This commit is contained in:
Alan Edwardes 2014-05-05 14:45:33 +01:00
parent 5afff15045
commit a1e102b351

View file

@ -1911,7 +1911,8 @@ private void InitializeComponent()
"https://s3-sa-east-1.amazonaws.com/",
"https://s3-us-west-1.amazonaws.com/",
"https://s3-us-west-2.amazonaws.com/",
"https://s3.amazonaws.com/"});
"https://s3.amazonaws.com/",
"https://objects.dreamhost.com/"});
this.cbAmazonS3Endpoint.Location = new System.Drawing.Point(108, 78);
this.cbAmazonS3Endpoint.Name = "cbAmazonS3Endpoint";
this.cbAmazonS3Endpoint.Size = new System.Drawing.Size(348, 21);