preSignListAllBuckets method

String? preSignListAllBuckets()

Implementation

String? preSignListAllBuckets() {
  http.Request request =
      new http.Request('GET', Uri.parse(endpointUrl + '/'));
  return signRequest(request, preSignedUrl: true);
}