aws_s3_upload icon indicating copy to clipboard operation
aws_s3_upload copied to clipboard

http https option

Open mkbsugita opened this issue 1 year ago • 2 comments

add http or https option

    var httpStr = 'http';
    if (useSSL) {
      httpStr += 's';
    }
    final endpoint = '$httpStr://$bucket.s3.$region.amazonaws.com';

mkbsugita avatar Apr 29 '23 05:04 mkbsugita