Coder Social home page Coder Social logo

Comments (3)

jcea avatar jcea commented on August 28, 2024

Minimal testcase:

data = b'\xd4\x1d\x8c\xd9\x8f\x00\xb2\x04\xe9\x80\t\x98\xec\xf8B~'
blob_service.put_block_blob_from_bytes(
        container_name = 'test',
        blob_name = "test",
        blob = data,
        )

Maybe related to this change in Request 2.9.0:

We now handle being passed a query string as a bytestring on Python 3, by decoding it as UTF-8.

from azure-storage-python.

lmazuel avatar lmazuel commented on August 28, 2024

Thank you for your report.

After investigation it seems that it's a problem in requests, I opened a bug in the requests repo for that.
https://github.com/kennethreitz/requests/issues/2933

from azure-storage-python.

jcea avatar jcea commented on August 28, 2024

Waiting for a new requests release. I close this bug.

Thanks for your time and fast reply.

from azure-storage-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.