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

Azure Storage Blob Go, has updated some functions parameters ( needs to be updated in Storage.go) #228

Open
ssuthar-uptycs opened this issue Jul 19, 2021 · 0 comments

Comments

@ssuthar-uptycs
Copy link

Commit : https://github.com/Azure/azure-storage-blob-go/commit/b336354e288251d71090c7dcf85491a585b46ed changed some function calls

Expected Behavior

// GetProperties returns the blob's properties.
func (b BlobURL) GetProperties(ctx context.Context, ac BlobAccessConditions, cpk ClientProvidedKeyOptions) (*BlobGetPropertiesResponse, error)

^ is the new function defination

Actual Behavior

res, err := blobURL.GetProperties(ctx, azblob.BlobAccessConditions{}) inside storage/storage.go number of parameters changed

Environment

  • OS: Write here
  • Go version: Write here
  • Version of Library: Write here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant