aur/s3ql.install
Brendan MacDonell f861a3d674 Bump tp v2.22
2017-07-05 22:08:58 -07:00

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.)'
}