winglang/wing

Implement `cloud.Bucket` inflight method `signedUrl()` for `tf-azure` target

Open

#4,635 创建于 2023年10月22日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)TypeScript (214 fork)github user discovery
good first issue☁️ azure✨ enhancement🎨 sdk

仓库指标

Star
 (5,385 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Feature Spec

  /**
   * Returns a signed url to the given file.
   * @Throws if object does not exist.
   * @param key The key to access the cloud object
   * @param options The signedUrlOptions where you can provide the configurations of the signed url
   * @returns A string representing the signed url of the object which can be used to download in any downstream system
   * @inflight
   */
  signedUrl(key: string, options?: BucketSignedUrlOptions): Promise<string>;

Use Cases

See above.

Implementation Notes

No response

Component

SDK

Community Notes

  • Please vote by adding a 👍 reaction to the issue to help us prioritize.
  • If you are interested to work on this issue, please leave a comment.
  • If this issue is labeled needs-discussion, it means the spec has not been finalized yet. Please reach out on the #dev channel in the Wing Slack.

贡献者指南