Revision b9ebc0f4 asi-http-request-with-pithos/Classes/Pithos/ASIPithosObjectRequest.h

b/asi-http-request-with-pithos/Classes/Pithos/ASIPithosObjectRequest.h
627 627
                                         bytes:(NSNumber *)bytes 
628 628
                           sourceContainerName:(NSString *)sourceContainerName 
629 629
                              sourceObjectName:(NSString *)sourceObjectName 
630
                                 sourceAccount:(NSString *)sourceAccount
630 631
                                 sourceVersion:(NSString *)sourceVersion;
631 632
// POST storageURL/container/object?[update=] (update data from source) [If-Match]
632 633
+ (id)updateObjectDataRequestWithContainerName:(NSString *)containerName objectName:(NSString *)objectName 
......
641 642
                                         bytes:(NSNumber *)bytes 
642 643
                           sourceContainerName:(NSString *)sourceContainerName 
643 644
                              sourceObjectName:(NSString *)sourceObjectName 
645
                                 sourceAccount:(NSString *)sourceAccount
644 646
                                 sourceVersion:(NSString *)sourceVersion 
645
                                   ifMatch:(NSString *)matchETag;
647
                                       ifMatch:(NSString *)matchETag;
646 648
// POST storageURL/container/object?[update=] (update data from source) [If-None-Match]
647 649
+ (id)updateObjectDataRequestWithContainerName:(NSString *)containerName objectName:(NSString *)objectName 
648 650
                               contentEncoding:(NSString *)contentEncoding 
......
656 658
                                         bytes:(NSNumber *)bytes 
657 659
                           sourceContainerName:(NSString *)sourceContainerName 
658 660
                              sourceObjectName:(NSString *)sourceObjectName 
661
                                 sourceAccount:(NSString *)sourceAccount
659 662
                                 sourceVersion:(NSString *)sourceVersion 
660 663
                                   ifNoneMatch:(NSString *)matchETag;
661 664

  

Also available in: Unified diff