Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blob service documentation on README outdated #54

Closed
ahmetb opened this issue Jul 31, 2012 · 3 comments
Closed

Blob service documentation on README outdated #54

ahmetb opened this issue Jul 31, 2012 · 3 comments

Comments

@ahmetb
Copy link

ahmetb commented Jul 31, 2012

Hello. In README,

from azure.storage import BlobService
blob_service = BlobService(account_name, account_key)
blob_service.put_blob('taskcontainer', 'task1', 
blobService = azure.createBlobService()
blobService.put_blob('taskcontainer', 'task1', file('task1-upload.txt').read())

There are incomplete and nonsense lines here, except that, put_blob takes a 4th parameter x_ms_blob_type.

And may I ask why did you choose content_m_d5 variable name over content_md5 ?

@huguesv
Copy link
Contributor

huguesv commented Aug 14, 2012

Thanks for reporting this. These fixes, and more, are part of a pending pull request which should go in shortly. I'll let you know when it is.

@huguesv
Copy link
Contributor

huguesv commented Aug 27, 2012

The pull request has been merged into the dev branch.

@ahmetb
Copy link
Author

ahmetb commented Aug 27, 2012

Thanks!

@ahmetb ahmetb closed this as completed Aug 27, 2012
@github-actions github-actions bot locked and limited conversation to collaborators Apr 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants