You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can someone tell me how to clear a bucket from its data without deleting the bucket?
I tried to use the following command, but it needs the start/end time to work. Is there another way?
Hello,
can someone tell me how to clear a bucket from its data without deleting the bucket?
I tried to use the following command, but it needs the start/end time to work. Is there another way?
err := deleteAPI.DeleteWithName(ctx, "org", "my-bucket", time.Now().Add(-time.Hour), time.Now(), "b=static")
The text was updated successfully, but these errors were encountered: