So the `createContainerURL` just creates an object...
# arrow
m
So the
createContainerURL
just creates an object pointing to the specified container, but it does not create an actual container. The
containerURL.create().blockingGet()
creates a container within a storage which we can use to actually put stuff in it, think of images, files etc