S3_File.is_regular_file
is_regular_file
Group: Metadata
Documentation
Checks if this is a regular file.
Returns
Trueif the S3 path represents a file,Falseotherwise.
Remarks
S3 Directory Handling
Note that regular S3 buckets do not have a 'native' notion of directories, instead they are emulated using prefixes and a delimiter (in Enso, the delimiter is set to "/"). The trailing slash determines if the given path is treated as a directory or as a regular file.
Data Links
If the file is a data link, this checks whether the target of the data link is a regular file.