Skip to content

Commit

Permalink
Improve description for SetS3TransferAccelerate (minio#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
krisis authored and harshavardhana committed Jan 5, 2017
1 parent 71a719f commit d248a3b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -1150,15 +1150,16 @@ Disables HTTP tracing.

<a name="SetS3TransferAccelerate"></a>
### SetS3TransferAccelerate(acceleratedEndpoint string)
Set new AWS S3 transfer acceleration endpoint for your requests.
NOTE: This API is a no-op for non-S3 endpoints.
Set AWS S3 transfer acceleration endpoint for all API requests hereafter.
NOTE: This API applies only to AWS S3 and ignored with other S3 compatible object storage services.

__Parameters__

| Param | Type | Description |
|---|---|---|
|`acceleratedEndpoint` | _string_ | Set to new S3 transfer acceleration endpoint.|


## 7. Explore Further

- [Build your own Go Music Player App example](https://docs.minio.io/docs/go-music-player-app)

0 comments on commit d248a3b

Please sign in to comment.