Closed YuseiUeno closed 5 months ago
[NOTE]
If defined $encryption_key
then eval
is not executed.
And $EVAL_ERROR
is not updated.
Therefore, encryption will not work if $EVAL_ERROR
is present, regardless of whether it was updated it in Amazon::S3 or not.
Fix catch not expected error bug
If not execute
eval
then not update$EVAL_ERROR
. And_encrypt
is not encrypt if existing$EVAL_ERROR
and$encryption_key
.$EVAL_ERROR
have to check when immediately after eval.