S3_File.is_regular_file
is_regular_file
Group: Metadata
Documentation
Checks if this is a regular file.
Returns
True
if the S3 path represents a file,False
otherwise.
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.