Skip to main content

S3_File.last_modified_time

last_modified_time

Group: Metadata

Documentation

Returns the last modified time of a file.

Errors

  • If the S3_File represents a directory, an S3_Error error is thrown.
  • If the bucket or object does not exist, a File_Error.Not_Found is thrown.
  • If the object is not accessible, an S3_Error is thrown.