Zachary N.

Results 4 issues of Zachary N.

Fixes #4178, which is a bug where the role_arn set by environment variables or config file is ignored for role assumption.

releases-note/fix

In [backend.rs](https://github.com/apache/opendal/blob/688fde20d8b9072432c5b3f9be40dd1703b98ade/core/src/services/s3/backend.rs#L908) for S3, the check is only for `self.config` value of a role to assume, and ignores the value loaded into `cfg`. This doesn't allow values from an environment...

collect_processes has been removed from the agent, so removing from the helm chart as well

The chao agent can accept an argument to limit the targeting of namespaces watched and uploaded. This change exposes that argument more easily in the helm chart. ``` helm template...