We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2e27c commit c9b8c01Copy full SHA for c9b8c01
lib/azurex/blob.ex
@@ -169,6 +169,9 @@ defmodule Azurex.Blob do
169
170
@doc """
171
Copies a blob to a destination.
172
+
173
+ Note: Azure’s ‘[Copy Blob from URL](https://learn.microsoft.com/en-us/rest/api/storageservices/copy-blob-from-url)’
174
+ operation has a maximum size of 256 MiB.
175
"""
176
@spec copy_blob(String.t(), String.t(), optional_string) ::
177
{:ok, HTTPoison.Response.t()} | {:error, term()}
0 commit comments