Is it possible to edit the LastModified and CreatedTime?

2021-12-08T14:50:35.687+00:00

Hi,

is it possible to edit the created or last modify timestamp of a file i have upload to a azure blob container?

for example:
LAST MODIFIED 7/22/2017, 5:31:04 PM
CREATION TIME 7/22/2017, 5:31:04 PM

to:
LAST MODIFIED 7/22/2016, 5:31:04 PM
CREATION TIME 7/22/2015, 5:31:04 PM

On stackoverflow i read that these is not possible, but then i find these:
https://video2.skills-academy.com/en-us/java/api/com.microsoft.azure.storage.blob.blobproperties.setcreatedtime?view=azure-java-legacy

Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
240 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,575 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sam Cogan 10,332 Reputation points MVP
    2021-12-08T17:18:33.737+00:00

    No, this is not possible. This would break the audit trail and trust for file data in storage.

    1 person found this answer helpful.