Giter Club home page Giter Club logo

Comments (5)

github-actions avatar github-actions commented on September 27, 2024 1

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage.

from azure-sdk-for-net.

atrauzzi avatar atrauzzi commented on September 27, 2024

@jsquire -- Any chance someone is able to pick this up?

from azure-sdk-for-net.

jsquire avatar jsquire commented on September 27, 2024

@atrauzzi : I do not have insight. We'll need someone from the @xgithubtriage team who own this library to answer that.

from azure-sdk-for-net.

atrauzzi avatar atrauzzi commented on September 27, 2024

Any chance we can get their attention?

from azure-sdk-for-net.

seanmcc-msft avatar seanmcc-msft commented on September 27, 2024

Hi @atrauzzi,

When performing regular blob binary operations (upload, download) using the SDK, does the SDK simply abstract around pre-signed requests and then hand those URLs to an HTTP request layer, or does the SDK select different ways of authorizing requests outside of pre-signing based on certain criteria?

When you new up a client in the storage SDK, you need to select if you wish to use Shared Key, OAuth, or SAS for authentication and provide the necessary credentials. This authentication method is then used for all REST request that originate from the storage client in question.

How is container-to-container copy authorization handled? Do all container-to-container operations make use of SAS, or do they support any kind of identity that can be assigned to containers themselves?

Yes, all copies require a source SAS URL, or that the source be publicly accessible. More information can be found in the public rest docs - https://learn.microsoft.com/en-us/rest/api/storageservices/copy-blob-from-url?tabs=microsoft-entra-id. You must create these source SAS URLs, the SDK does not handle this automatically, as the source could be in a different storage account or another source the client in question is not authenticated for.

from azure-sdk-for-net.

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.