コード例 #1
0
ファイル: GCPBucket.cs プロジェクト: kirinnee/BucketClient
 public Task <byte[]> GetBlob(Uri key)
 {
     return(_bucketClient.GetBlob(key));
 }