@stacksjs/ts-cloud 0.5.28 → 0.5.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29,6 +29,13 @@ export interface AWSClientConfig {
29
29
  retryDelay?: number;
30
30
  cacheEnabled?: boolean;
31
31
  defaultCacheTTL?: number;
32
+ /**
33
+ * Named profile in `~/.aws/credentials` to load static keys from. Falls back
34
+ * to `AWS_PROFILE` then `default`. Pass this instead of pre-resolving creds —
35
+ * the resolver is async, so handing the client a Promise silently breaks
36
+ * signing.
37
+ */
38
+ profile?: string;
32
39
  /**
33
40
  * Override the S3 endpoint host for S3-compatible providers (Backblaze B2,
34
41
  * Hetzner Object Storage). Host only, no scheme — e.g.