Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewContainerURL (0.2 sec)

  1. cmd/warm-backend-azure.go

    	blob := az.serviceURL.NewContainerURL(az.Bucket).NewBlobURL(az.getDest(object))
    	_, err := blob.Delete(ctx, azblob.DeleteSnapshotsOptionNone, azblob.BlobAccessConditions{})
    	return azureToObjectError(err, az.Bucket, object)
    }
    
    func (az *warmBackendAzure) InUse(ctx context.Context) (bool, error) {
    	containerURL := az.serviceURL.NewContainerURL(az.Bucket)
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Tue Mar 05 16:44:08 GMT 2024
    - 7.8K bytes
    - Viewed (1)
Back to top