pub fn decode_continuation_token(token: &str) -> Result<String, S3ServiceError>Expand description
Decode a base64 continuation token back to an object key.
ยงErrors
Returns S3ServiceError::InvalidArgument if the token is not valid
base64 or does not decode to valid UTF-8.