Skip to content

Commit

Permalink
Document Blob.copy_blob/3's underlying size limit (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobht authored May 1, 2024
2 parents 8f2e27c + 438fa75 commit 73615f9
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
Expand Up @@ -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()}
Expand Down

0 comments on commit 73615f9

Please sign in to comment.