mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
7 lines
353 B
Text
7 lines
353 B
Text
post_upgrade() {
|
|
echo 'Starting in s3ql v2.22, S3 bucket URLs must be prefixed with the AWS region.'
|
|
echo 'For example, to mount a bucket "foo" created in the region us-east-1, you'
|
|
echo 'would run "mount.s3ql s3://us-east-1/foo <mount point>".'
|
|
echo
|
|
echo 'You must also update any bucket URLs in your authfile (usually ~/.s3ql/authinfo2.)'
|
|
}
|