You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 7, 2022. It is now read-only.
@@ -66,32 +64,34 @@ deb s3://AWS_ACCESS_KEY:[email protected] jessie main co
66
64
deb s3://AKIAIOSFODNN7EXAMPLE:wJalrXUtnFEMI%2FK7MDENG%[email protected] jessie main contrib
67
65
```
68
66
69
-
Inline URL credentials take precendent when present.
67
+
URL credentials take precendent when present.
70
68
71
69
#### Signature version
72
70
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.
74
74
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.
76
76
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`:
0 commit comments