Currently OpenServerless users metadata contains various variables S3_* used to provide access to the use web and data buckets from within actions, but there is no variable used to extract the URL to access the S3 compatible API exposed by the Operator.
Update the operator deployment to provide a S#_API_URL containing the base URL to be used to operate on the respective buckets outside of action running within the Kubernetes cluster.
This variable can be used, for instance, to implement olaris tasks as the òps web upload` command.
Currently OpenServerless users metadata contains various variables S3_* used to provide access to the use web and data buckets from within actions, but there is no variable used to extract the URL to access the S3 compatible API exposed by the Operator.
Update the operator deployment to provide a S#_API_URL containing the base URL to be used to operate on the respective buckets outside of action running within the Kubernetes cluster.
This variable can be used, for instance, to implement olaris tasks as the òps web upload` command.