Skip to content

Azure SDKのblobクライアントの開発#580

Merged
glassonion1 merged 34 commits intomasterfrom
feature/blob_client
May 21, 2021
Merged

Azure SDKのblobクライアントの開発#580
glassonion1 merged 34 commits intomasterfrom
feature/blob_client

Conversation

@glassonion1
Copy link
Copy Markdown
Contributor

@glassonion1 glassonion1 commented May 12, 2021

やったこと

Azure SDK for Rustのラッパーライブラリの作成

  • Storage(Blob)のみ
  • Blobのデータ作成と更新機能
    • put_block_blobを使用
  • Blobのデータ取得機能
  • ローカルのテスト環境にはAzuriteを使用する
  • ロカール環境でAzuriteをうごかすためにdocker-composeを作成した

検証

Azureのstorageforanonifydevアカウントで実際にblobの作成と更新、データの取得ができることを確認済み
ユニットテストでAzurite上でblobの作成と更新、データの取得ができることを確認済み

参考

Azure SDK for Rust

Azurite

EVENT_LIMIT: ${EVENT_LIMIT}
UNLOCK_DURATION: ${UNLOCK_DURATION}
PJ_NAME: ${PJ_NAME}
AZURITE_IP_ADDRESS: ${AZURITE_IP_ADDRESS}
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ここに修正が必要だったんですね。完全にスルーしてました。

@glassonion1 glassonion1 merged commit 9ba3dc3 into master May 21, 2021
@glassonion1 glassonion1 deleted the feature/blob_client branch May 21, 2021 00:35
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 this pull request may close these issues.

3 participants