Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Commit f4b74d7

Browse files
committed
README.md tweaks
1 parent f80a203 commit f4b74d7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# apt-boto-s3
22

3-
The *fast* and *simple* S3 transport for apt.
4-
5-
Access S3-hosted apt repositories via the AWS APIs.
3+
The *fast* and *simple* S3 transport for apt. Access S3-hosted apt repositories via the AWS APIs.
64

75
## Why apt-boto-s3?
86

@@ -22,7 +20,7 @@ Install from the APT repository:
2220

2321
```
2422
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 379CE192D401AB61
25-
echo 'deb http://dl.bintray.com/lucidsoftware/apt/ lucid main' > /etc/apt/sources.list.d/lucid-bintray.lis
23+
echo 'deb http://dl.bintray.com/lucidsoftware/apt/ lucid main' > /etc/apt/sources.list.d/lucidsoftware-bintray.list
2624
2725
apt-get update
2826
apt-get install apt-boto-s3
@@ -66,32 +64,34 @@ deb s3://AWS_ACCESS_KEY:[email protected] jessie main co
6664
deb s3://AKIAIOSFODNN7EXAMPLE:wJalrXUtnFEMI%2FK7MDENG%[email protected] jessie main contrib
6765
```
6866

69-
Inline URL credentials take precendent when present.
67+
URL credentials take precendent when present.
7068

7169
#### Signature version
7270

73-
Some regions, e.g. eu-central-1, support only AWS version 4 signatures. However, this version does not work with virtual-hosted style URLs. And many S3 clones support only version 2.
71+
Hopefully, this should "just work" and you can ignore this.
72+
73+
Some regions, e.g. eu-central-1, support only AWS version 4 signatures. However, version 4 does not work with virtual-hosted style URLs, and many S3 clones support only version 2.
7474

75-
apt-boto-s3 uses version 4 for s3*.amazonaws.com path style URLs; otherwise it uses version 2.
75+
apt-boto-s3 uses version 4 for path style URLs with a s3*.amazonaws.com host; otherwise it uses version 2.
7676

77-
This should just work, but if you need to override this default, set `S3::Signature::Version` in apt configuration, e.g. in `/etc/apt/apt.conf.d/s3`:
77+
If you need to override this default, set `S3::Signature::Version` in apt configuration, e.g. in `/etc/apt/apt.conf.d/s3`:
7878

7979
```
8080
S3::Signature::Version "2";
8181
```
8282

8383
## Build
8484

85+
[![Build Status](https://travis-ci.org/lucidsoftware/apt-boto-s3.svg?branch=master)](https://travis-ci.org/lucidsoftware/apt-boto-s3)
86+
8587
Create the deb package
8688

8789
```sh
8890
make
8991
```
9092

91-
Then install that package
93+
Then install it
9294

9395
```sh
9496
make install
9597
```
96-
97-
[![Build Status](https://travis-ci.org/lucidsoftware/apt-boto-s3.svg?branch=master)](https://travis-ci.org/lucidsoftware/apt-boto-s3)

0 commit comments

Comments
 (0)