fix(s3-aggreg): disambiguate action schema namespace
Otherwise schemas for `s3` and `s3_aggregated_upload` collide when projected into OpenAPI schema.
This commit is contained in:
parent
98a93662c1
commit
c10a48f4be
|
@ -35,7 +35,7 @@
|
||||||
%%-------------------------------------------------------------------------------------------------
|
%%-------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
namespace() ->
|
namespace() ->
|
||||||
"bridge_s3".
|
"bridge_s3_aggreg_upload".
|
||||||
|
|
||||||
roots() ->
|
roots() ->
|
||||||
[].
|
[].
|
||||||
|
|
Loading…
Reference in New Issue