Skip to content

Commit

Permalink
Documentation fix (#2666)
Browse files Browse the repository at this point in the history
Documentation fix
  • Loading branch information
yasminetalby authored Sep 12, 2023
1 parent 02b1605 commit fc41edf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ namespace Aws
* the file transfers. If an error occurs prior to the transfer being initiated (e.g. list objects fails, then an error will be passed through the errorCallback).
*
* directory: the absolute directory on disk to download to
* bucketName: the name of the S3 bucket to upload to
* bucketName: the name of the S3 bucket to download from
* prefix: the prefix in the bucket to use as the root directory (e.g. download all objects at x prefix in S3 and then store them starting in directory with the prefix stripped out).
*/
void DownloadToDirectory(const Aws::String& directory, const Aws::String& bucketName, const Aws::String& prefix = Aws::String());
Expand Down

0 comments on commit fc41edf

Please sign in to comment.