Skip to content

Commit c9b8c01

Browse files
authored
Document 'Copy Blob from URL' size limit
1 parent 8f2e27c commit c9b8c01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/azurex/blob.ex

+3
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,9 @@ defmodule Azurex.Blob do
169169

170170
@doc """
171171
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.
172175
"""
173176
@spec copy_blob(String.t(), String.t(), optional_string) ::
174177
{:ok, HTTPoison.Response.t()} | {:error, term()}

0 commit comments

Comments
 (0)