Open tdonhauser opened 1 year ago
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")
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")