Class GeneratePutUrlRequest

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

public class GeneratePutUrlRequest extends Object
Describes a request to generate a pre-authorized URL for uploading a file to a file store.
Since:
9.3
  • Method Details

    • getChecksum

      @Nullable public String getChecksum()
    • getChecksumAlgorithm

      @Nullable public ChecksumAlgorithm getChecksumAlgorithm()
    • getExpiry

      @Nullable public Duration getExpiry()
    • getNamespace

      @Nullable public String getNamespace()
    • getPath

      @Nullable public FilePath getPath()