By default, the mount path on S3 for a tenant/tag is something like:
s3://bucket-name/fs/tenant/tag/
That way, things are compartmentalized and files of one tag cannot be accessed from another tag.
However, is it possible, and if so, how, to move/copy files from one tag to another?
I would imagine a “default pseudo-tag” to do the buffer, like s3://bucket-name/fs/tenant/share/
Thanks.