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
The moved file's created_at timestamp changes to the current time.
To Reproduce
Create a bucket on supabase
Create a folder and upload a file to it.
Make a request to list the folder using the 'list' method
Observe the 'created_at' date of the uploaded file
Use the javascript sdk as shown above to move the file to another folder.
List the new folder contents, and observe the changed 'created_at' date
Expected behavior
'created_at' timestamp should remain identical to when the file was created, as it would on a normal file explorer.
Additional context
We've moved a large amount of files from one folder to another and this issue has severely impaired our service. We rely on the 'created_at' timestamp to sort files on our product and serve them in a chronological order.
The text was updated successfully, but these errors were encountered:
Bug report
Describe the bug
When using the 'move' method in javascript storage SDK e.g:
The moved file's
created_at
timestamp changes to the current time.To Reproduce
Expected behavior
'created_at' timestamp should remain identical to when the file was created, as it would on a normal file explorer.
Additional context
We've moved a large amount of files from one folder to another and this issue has severely impaired our service. We rely on the 'created_at' timestamp to sort files on our product and serve them in a chronological order.
The text was updated successfully, but these errors were encountered: