winglang / winglang/wing

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

Open
#4,635 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

☁️ azure ✨ enhancement 🎨 sdk good first issue
Dominant language
TypeScript
Stars
5.4k
Forks
215
Avg merge
2h 9m
Merged PRs (30d)
27

Description

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the cloud.Bucket implementation for the tf-azure target and the entry point for inflight methods. Compare the target's existing object-access behavior with the signedUrl specification, then verify that the method returns a usable URL and throws when the object does not exist.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, typescript
Domain
cloud
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.