Skip to main content

S3_File.create_directory

create_directory

Group: Output

Documentation

Creates the directory represented by this file if it did not exist. It also creates parent directories if they did not exist.

Returns

  • An Unimplemented error as this operation is not currently supported.

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.