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

feat: Return reconfigured stream #53

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

vrongmeal
Copy link
Member

(Update SDK)

❯ s2 basin <basin> reconfigure-stream <stream> --retention-policy 5d
✓ Stream reconfigured
{
  "storage_class": "standard",
  "retention_policy": {
    "Age": {
      "secs": 432000,
      "nanos": 0
    }
  }
}

(Update SDK)

```
❯ s2 basin <basin> reconfigure-stream <stream> --retention-policy 5d
✓ Stream reconfigured
{
  "storage_class": "standard",
  "retention_policy": {
    "Age": {
      "secs": 432000,
      "nanos": 0
    }
  }
}
```

Signed-off-by: Vaibhav Rabber <vaibhav@s2.dev>
@vrongmeal vrongmeal requested a review from a team as a code owner December 5, 2024 15:58
@vrongmeal vrongmeal merged commit 91bf66d into main Dec 5, 2024
2 checks passed
@vrongmeal vrongmeal deleted the vrongmeal/reconfigure-stream-return branch December 5, 2024 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants