Changes between Version 249 and Version 250 of help/en/howto/s3
- Timestamp:
- Oct 30, 2018 7:36:25 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/s3
v249 v250 320 320 Make sure the user has `s3:GetAccelerateConfiguration` permission permits users to return the Transfer Acceleration state of a bucket. 321 321 322 323 322 === Checksums === 324 323 Files are verified both by AWS when the file is received and compared with the `SHA256` checksum sent with the request. Additionally, the checksum returned by AWS for the uploaded file is compared with the checksum computed locally. … … 333 332 334 333 == Problems == 335 336 334 === SSL certificate trust verification === 337 338 335 ~~ When listing a bucket that has a `.` in its name, connecting will give a trust verification failure ''The certificate is not valid (host name mismatch)'' for the wildcard certificate `*.s3.amazonaws.com`. Because the wildcard only applies to one level in the domain name, you must manually trust this certificate.~~ (Fix with version [milestone:4.8 4.8] or later.) 339 336