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
accessed_time and created_time are not supported by minio yet our storage class returns values from them by just returning the value of get_modified_time.
The Django documentation clearly states that these are supposed to raise NotImplementedError if not supported so we will do that.
Returns a datetime of the last modified/accessed/created time of the file. For storage systems unable to return the last modified time this will raise NotImplementedError.
make it a setting to enable the less strict mode.
The text was updated successfully, but these errors were encountered:
accessed_time
andcreated_time
are not supported by minio yet our storage class returns values from them by just returning the value ofget_modified_time
.The Django documentation clearly states that these are supposed to raise
NotImplementedError
if not supported so we will do that.The text was updated successfully, but these errors were encountered: