-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Rust] Rust Storage SDK Wrapper Proof of Concepts #1
base: main
Are you sure you want to change the base?
Conversation
… issues with setting per-call via options bag
…torageHeadersPolicy
…b_client to service, but some APIs are not functioning properly
sdk/storage/azure_storage_blob/src/clients/blob_service_client.rs
Outdated
Show resolved
Hide resolved
Currently trying to track down the issue that seems like higher-level abstraction operations (
While the |
sdk/storage/azure_storage_blob/blob_storage/src/generated/clients/blob_container.rs
Show resolved
Hide resolved
sdk/storage/azure_storage_blob/blob_storage/src/generated/clients/blob_client.rs
Outdated
Show resolved
Hide resolved
sdk/storage/azure_storage_blob/blob_storage/src/generated/clients/blob_blob.rs
Outdated
Show resolved
Hide resolved
…age,block), questions regarding endpoint and pipeline visibility
sdk/storage/azure_storage_blob/blob_storage/src/generated/clients/blob_client.rs
Outdated
Show resolved
Hide resolved
sdk/storage/azure_storage_blob/src/clients/blob_service_client.rs
Outdated
Show resolved
Hide resolved
Did some housekeeping:
|
This PR will contain all the work and progress made on the Rust Storage SDK wrapper.