Skip to content

Commit 254ab34

Browse files
authored
Merge pull request #77 from Azure/readmeupdates
readme updates
2 parents cda6e63 + f341165 commit 254ab34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ export S3_SECRET_KEY=<YOUR_SECRET_KEY>
105105

106106
Then you can specify an S3 URI, with the following format:
107107

108-
[URL]/[BUCKET][PREFIX]
108+
[HOST]/[BUCKET]/[PREFIX]
109109

110110
For example:
111111

112-
`./blobporter -f s3://s3.amazonaws.com/bpperftest/mydata -c froms3 -t s3-blockblob -p`
112+
`./blobporter -f s3://mys3api.com/mybucket/mydata -c froms3 -t s3-blockblob -p`
113113

114114
>Note: For better performance, consider running this tranfer from a VM running in the same region as source or the target. Data is uploaded as it is downloaded from the source, therefore the transfer is bound to the bandwidth of the VM for performance.
115115

0 commit comments

Comments
 (0)