Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • O OS Core Lib Azure
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • System
  • Lib
  • cloud
  • azure
  • OS Core Lib Azure
  • Issues
  • #5
Closed
Open
Issue created Jan 22, 2021 by Orsu Akhil@aorsuDeveloper

Issue in generate SignedUrl method for blobs in blob storage

The method generatePreSignedURL is supposed to to give signed url with relevant SAS token permissions to a blob in blob storage. When trying to use this with relevant data-partition and other parameters , results in exception with message "The argument must not be null or an empty string. Argument name: storageSharedKeyCredentials". I assume this is because the BlobServiceClient used is generated of DefaultAzureCredential and this might not be having required iam. However when I've tried to use BlobServiceClient generated using StorageSharedKeyCredential based on blob storage account name and account key like this , I could generate SignedURL

Edited Jan 22, 2021 by Orsu Akhil
Assignee
Assign to
Time tracking