Skip to content
Commit f9803002 authored by Vincent Petry's avatar Vincent Petry
Browse files

Properly set mtime on S3 for touch operation

The code was missing the "MetadataDirective".
Once added, some other parts of the code failed because the format of mtime was wrong.
So this PR uses the RFC format that the S3 library already uses.

Additionally, the code path where mtime is null was missing. Now defaulting to
the current time.
parent b6165b68
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment