Skip to content

Consider not supporting accessed_time and created_time Storage methods #83

Open
@thomasf

Description

@thomasf

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    v0.6breaking changes

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions