S3 restore_object
erroneously throws DaysMustProvidedExceptForSelectRequest
exception.
#8635
Labels
restore_object
erroneously throws DaysMustProvidedExceptForSelectRequest
exception.
#8635
If
Days
isn't specified moto will throw aDaysMustProvidedExceptForSelectRequest
exception when callingrestore_object
. However the S3 API documentation states:Emphasis mine.
restore_object
should allowDays
to be undefined the call is restoring to a different location rather than in-place.The text was updated successfully, but these errors were encountered: