Revision 34bdb91d trunk/Pithos.Core/Agents/NetworkAgent.cs

b/trunk/Pithos.Core/Agents/NetworkAgent.cs
35 35
// </copyright>
36 36
// -----------------------------------------------------------------------
37 37

  
38
//TODO: Now there is a UUID tag. This can be used for renames/moves
39

  
40

  
38 41
using System;
39 42
using System.Collections.Concurrent;
40 43
using System.Collections.Generic;
......
408 411
                await _deleteAgent.PauseEvent.WaitAsync();
409 412

  
410 413
                Log.Info("Scheduled");
411
                var client = new CloudFilesClient(accountInfo)
412
                                 {
413
                                     Proxy = PithosMonitor.ProxyFromSettings(this.Settings)
414
                                 };
414
                var client = new CloudFilesClient(accountInfo);
415 415

  
416 416
                var containers = client.ListContainers(accountInfo.UserName);
417 417

  

Also available in: Unified diff