data.stat

Fetch object metadata (size, last-modified, etag, content-type) for a single URI.

  • Kind: standard
  • Network: yes

Inputs🔗

NameTypeDescription
uristringURI of the object to stat.

Outputs🔗

NameTypeDescription
metadatajsonJSON object with fields key, size, last_modified, etag?, content_type?.

Example🔗

- id: 01890000-0000-0000-0000-000000000105
  name: data.stat
  args:
    uri: "s3://my-bucket/input.tif"