aws_s3_upload
aws_s3_upload copied to clipboard
http https option
add http or https option
var httpStr = 'http';
if (useSSL) {
httpStr += 's';
}
final endpoint = '$httpStr://$bucket.s3.$region.amazonaws.com';