Skip to content

Commit

Permalink
Document 'Copy Blob from URL' size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
stilist authored Apr 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 8f2e27c commit c9b8c01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/azurex/blob.ex
Original file line number Diff line number Diff line change
@@ -169,6 +169,9 @@ defmodule Azurex.Blob do

@doc """
Copies a blob to a destination.
Note: Azure’s ‘[Copy Blob from URL](https://learn.microsoft.com/en-us/rest/api/storageservices/copy-blob-from-url)’
operation has a maximum size of 256 MiB.
"""
@spec copy_blob(String.t(), String.t(), optional_string) ::
{:ok, HTTPoison.Response.t()} | {:error, term()}

0 comments on commit c9b8c01

Please sign in to comment.