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

Adapt mtime checks to S3 support for the MinIO case #1744

Closed
bschmalhofer opened this issue Apr 30, 2022 · 1 comment
Closed

Adapt mtime checks to S3 support for the MinIO case #1744

bschmalhofer opened this issue Apr 30, 2022 · 1 comment
Assignees
Milestone

Comments

@bschmalhofer
Copy link
Contributor

The ListObjects method of MinIO reports the time in second with milliseconds in the fractional part. But the existing checks of the mtime is done in seconds only. For getting accurate check cast both values as integer.

@bschmalhofer bschmalhofer added this to the OTOBO 10.1 milestone Apr 30, 2022
@bschmalhofer bschmalhofer self-assigned this Apr 30, 2022
@bschmalhofer bschmalhofer changed the title Adapt mtime checks to MinIO Adapt mtime checks to S3 support for the MinIO case Apr 30, 2022
bschmalhofer added a commit that referenced this issue Apr 30, 2022
bschmalhofer added a commit that referenced this issue Apr 30, 2022
@bschmalhofer
Copy link
Contributor Author

PR is merged. Tesing was done in a customer project. Closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant