Closed pbthif closed 1 year ago
Issue #, if available:
Description of changes: Added a few utility functions for S3:
parentPath
fileName
listFolder
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue #, if available:
Description of changes: Added a few utility functions for S3:
parentPath
: Returns the parent "folder" of a S3 object, i.e. the key path up to and including the final '/'.fileName
: Returns the "file name" of an S3 object, i.e. the key path suffix starting at the final '/'.listFolder
: Returns all objects within a S3 "folder".By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.