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
returnblob.SetTierResponse{}, errors.New("Operation will not work on this blob type. SetTier only works for page blob in premium storage account and block blob in blob storage account.")
266
263
}
267
264
268
265
// SetExpiry operation sets an expiry time on an existing blob. This operation is only allowed on Hierarchical Namespace enabled accounts.
@@ -326,10 +323,10 @@ func (ab *Client) GetTags(ctx context.Context, o *blob.GetTagsOptions) (blob.Get
326
323
returnab.BlobClient().GetTags(ctx, o)
327
324
}
328
325
329
-
// CopyFromURL synchronously copies the data at the source URL to a block blob, with sizes up to 256 MB.
330
-
// For more information, see https://docs.microsoft.com/en-us/rest/api/storageservices/copy-blob-from-url.
326
+
// CopyFromURL
327
+
// Deprecated: CopyFromURL works only with block blob
0 commit comments