Class GeneratePutUrlResponse

java.lang.Object
com.atlassian.bitbucket.filestore.GeneratePutUrlResponse

public class GeneratePutUrlResponse extends Object
Since:
9.3
  • Method Details

    • getHeaders

      @Nonnull public Map<String,List<String>> getHeaders()
      Headers that must be included in the HTTP PUT request.

      For many implementation of the file store the request will fail if these headers are not included, since the URL and headers may be signed.

    • getUrl

      @Nonnull public URL getUrl()
      The URL to use to upload the file.