# Functions
Copy copies the specified object into the specified target.
DeleteObjectWithPrefix deletes any object in the specified bucket that starts with the specified prefix.
GetAllObjectNamesWithPrefix returns all object start with specified prefix under the specified bucket.
GetAllPrefixesUnderBucketWithPrefix returns all the prefixes (sub-folders at the bottom most layer) within the specified bucket.
HTTPGet returns the body of the HTTP GET response.
NameFromUniquified extracts the original name from the uniquified string.
Read returns the content of the specified file under specified bucket.
StrSliceRemove removes an element from a string slice at the specified index.
ToCompoundName accepts list of tags and returns a compound name.
ToTags splits the compound name to a list of individual tags (names).
Uniquify uniquifies a string by attaching a UUID to it.
WriteToBucket writes the specified content to the specified bucket.