Skip to content

Commit f341165

Browse files
authored
readme updates
1 parent cda6e63 commit f341165

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)