ark::aws::S3FileMetadata

Defined in header “ark/aws/s3client.hh”.


File metadata (such as size, modification time, etc).

Variables

  • uint64_t size= 0
    Size of the file, in bytes.

  • std::chrono::system_clock::time_point last_modification_time
    Last modification time.

  • std::string content_type
    Content type (MIME type).