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:
2
s3/s3.go
2
s3/s3.go
@@ -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).",
|
||||
|
||||
Reference in New Issue
Block a user