s3オブジェクトのタグに使える文字
Mar 28, 2020 15:46 · 91 words · 1 minute read
パッとググっても出てこなかったので
The allowed characters across services are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.
%
が使えないのでURLエスケープはできない- ただし、
+
,=
は使えるので base64 は使える