- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for DeleteBlob (0.06 sec)
-
cmd/warm-backend-azure.go
return nil, azureToObjectError(err, az.Bucket, az.getDest(object)) } return resp.Body, nil } func (az *warmBackendAzure) Remove(ctx context.Context, object string, rv remoteVersionID) error { _, err := az.clnt.DeleteBlob(ctx, az.Bucket, az.getDest(object), &azblob.DeleteBlobOptions{}) return azureToObjectError(err, az.Bucket, az.getDest(object)) } func (az *warmBackendAzure) InUse(ctx context.Context) (bool, error) {
Registered: Sun Oct 27 19:28:09 UTC 2024 - Last Modified: Tue Aug 13 18:21:34 UTC 2024 - 6.6K bytes - Viewed (0)