[ARVADOS] updated: abd7a5952a3e852c854e3e08353b42b778a7381d

Git user git at public.curoverse.com
Fri Mar 25 13:28:59 EDT 2016


Summary of changes:
 services/keepstore/azure_blob_volume.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  abd7a5952a3e852c854e3e08353b42b778a7381d (commit)
      from  91b6e4f4ae93850fb3cc38cf8566115a66f44b27 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit abd7a5952a3e852c854e3e08353b42b778a7381d
Author: Tom Clegg <tom at curoverse.com>
Date:   Thu Mar 24 15:38:07 2016 -0400

    8556: Update method signature for current SDK version.
    
    refs #8556

diff --git a/services/keepstore/azure_blob_volume.go b/services/keepstore/azure_blob_volume.go
index 687c2fb..f08cebf 100644
--- a/services/keepstore/azure_blob_volume.go
+++ b/services/keepstore/azure_blob_volume.go
@@ -257,7 +257,7 @@ func (v *AzureBlobVolume) Put(loc string, block []byte) error {
 	if v.readonly {
 		return MethodDisabledError
 	}
-	return v.bsClient.CreateBlockBlobFromReader(v.containerName, loc, uint64(len(block)), bytes.NewReader(block))
+	return v.bsClient.CreateBlockBlobFromReader(v.containerName, loc, uint64(len(block)), bytes.NewReader(block), nil)
 }
 
 // Touch updates the last-modified property of a block blob.

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list