Mono Support Amazon settings not working (Zatvorena)

38879 put(a) pogledan, 13 odgovor(a), 17.1.2012. 9:10:32 - Kreirao(la) cosmogonor
18.1.2012. 10:04:50
15993 Reputacija 2214 Ukupno objava

We will have to sync the code from latest version so you can fix this, please open a new topic in your priority support forum.

Thanks

11
18.1.2012. 10:37:26
1176 Reputacija 140 Ukupno objava

Hi

the error is throwing in the following code line no : 985 in AmazonS3FileSystemContentProvider.cs class

public bool ObjectExists(string path)
{
bool toReturn = false;
string bucket = GetBucketNameFromPath(path);
string key = GetFolderPath(path);
using (ObjectHeadRequest headRequest = new ObjectHeadRequest(bucket, key))
{
try
{
ObjectHeadResponse headResponse = this.service.ObjectHead(headRequest);
toReturn = true;
}
catch
{
//the object does not exists and the server returns 404 error code
}

}
return toReturn;
}


right now we are using Monox 4.5.3200(.NET4.0)



thanks

12
18.1.2012. 10:40:18
7207 Reputacija 956 Ukupno objava

Again, could we please move this discussion to your priority support forum?

13
1 2
Ovo je MonoX demo site. Posjetite Mono Software za više detalja.