Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider not supporting accessed_time and created_time Storage methods #83

Open
1 task
thomasf opened this issue Oct 18, 2019 · 0 comments
Open
1 task
Labels
v0.6 breaking changes

Comments

@thomasf
Copy link
Collaborator

thomasf commented Oct 18, 2019

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.
@thomasf thomasf added the v0.6 breaking changes label Oct 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v0.6 breaking changes
Projects
None yet
Development

No branches or pull requests

1 participant