working rss feed to nostr publish
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import { resolveAwsAuthConfig } from "@aws-sdk/middleware-signing";
|
||||
export const resolveStsAuthConfig = (input, { stsClientCtor }) => resolveAwsAuthConfig({
|
||||
...input,
|
||||
stsClientCtor,
|
||||
});
|
||||
Reference in New Issue
Block a user