winglang/wing

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

Open

#4.659 geöffnet am 24. Okt. 2023

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (214 Forks)github user discovery
good first issue☁️ azure✨ enhancement🎨 sdk

Repository-Metriken

Stars
 (5.385 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Feature Spec

/**
 * Move an object to a new location in the bucket. If an object already exists
 * at the destination key, it will be overwritten.
 *
 * @throws Will throw if the `src` object doesn't exist.
 */
inflight rename(src: str, dst: str): void;

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