1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-16 00:04:40 +00:00

Update references from HTTP to HTTPS where possible

This commit is contained in:
marvwatson
2017-03-29 05:38:34 -07:00
committed by GitHub
parent f798552cf1
commit 4810aa65a4
16 changed files with 29 additions and 29 deletions

View File

@@ -154,7 +154,7 @@ func init() {
}},
}, {
Name: "acl",
Help: "Canned ACL used when creating buckets and/or storing objects in S3.\nFor more info visit http://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl",
Help: "Canned ACL used when creating buckets and/or storing objects in S3.\nFor more info visit https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl",
Examples: []fs.OptionExample{{
Value: "private",
Help: "Owner gets FULL_CONTROL. No one else has access rights (default).",