Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
garysassano opened this issue Oct 22, 2023 · 3 comments
Open
Labels
☁️ azure Related to Azure support ✨ enhancement New feature or request good first issue Good for newcomers 🎨 sdk SDK

Comments

@garysassano
Copy link
Collaborator

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.
@garysassano garysassano added ✨ enhancement New feature or request 🎨 sdk SDK good first issue Good for newcomers ☁️ azure Related to Azure support labels Oct 22, 2023
Copy link

Hi,

This issue hasn't seen activity in 60 days. Therefore, we are marking this issue as stale for now. It will be closed after 7 days.
Feel free to re-open this issue when there's an update or relevant information to be added.
Thanks!

@github-actions github-actions bot added the Stale label Dec 22, 2023
@garysassano
Copy link
Collaborator Author

Keep.

@github-actions github-actions bot removed the Stale label Dec 23, 2023
Copy link

Hi,

This issue hasn't seen activity in 60 days. Therefore, we are marking this issue as stale for now. It will be closed after 7 days.
Feel free to re-open this issue when there's an update or relevant information to be added.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
☁️ azure Related to Azure support ✨ enhancement New feature or request good first issue Good for newcomers 🎨 sdk SDK
Projects
Status: 🤝 Backlog - handoff to owners
Development

No branches or pull requests

2 participants