You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If Days isn't specified moto will throw a DaysMustProvidedExceptForSelectRequest exception when calling restore_object. However the S3 API documentation states:
Lifetime of the active copy in days. Do not use with restores that specify OutputLocation
Emphasis mine. restore_object should allow Days 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:
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: