<array-uri>
as you would typically in TileDB Embedded, you must use tiledb://<username>/<array-uri>
. For example, if you wish to create an array at s3://my_bucket/my_array
, you need to set the array URI to tiledb://my_username/s3://my_bucket/my_array
and TileDB Embedded will instruct TileDB Cloud to automatically register the array as tiledb://my_username/my_array
.