bouuzya/cloud-storage-signature v0.1.1 をつくった。 昨日 (2024-04-04) 公開すると書いたので行動した。機能が不足しているし API 的にも怪しいのだけど、公開してから考える。
AtCoder をやめて浮いた時間をアプリやライブラリの開発と睡眠時間にあてている。
今日は東京。新幹線が混んでいる。そういう時期なんだろうか。
桜が咲いている。春だ。ぼくはまだウルトラライトダウンを着ている。
今日のコミット。
- cloud-storage-signature 11 commits
- rust-examples 12 commits
- Export v4-sign to bouzuya/cloud-storage-signature#bddb02bb63da825540f254fe35a9bf3057d6fac3
- v4-sign: Change ::region to optional
- v4-sign: Change ::now to optional
- v4-sign: Add BuildHtmlFormDataOptions
- v4-sign: Add BuildSignedUrlOptions::now
- v4-sign: Move * to private::*
- v4-sign: Extract private::utils::unix_timestamp mod
- v4-sign: Extract service_account_credentials mod
- v4-sign: Add ServiceAccountCredentials
- v4-sign: Add BuildSignedUrlOptions
- v4-sign: Add HttpVerb
- v4-sign: Export load_service_account_credentials