public class V4PostSignatureRequest extends PostSignatureRequest
Constructor and Description |
---|
V4PostSignatureRequest() |
V4PostSignatureRequest(Date expiryDate,
Date requestDate,
String bucketName,
String objectKey) |
V4PostSignatureRequest(Date expiryDate,
String bucketName,
String objectKey) |
V4PostSignatureRequest(long expires,
Date requestDate,
String bucketName,
String objectKey) |
V4PostSignatureRequest(long expires,
String bucketName,
String objectKey) |
getBucketName, getConditions, getExpires, getExpiryDate, getFormParams, getObjectKey, getRequestDate, setBucketName, setConditions, setExpires, setExpiryDate, setFormParams, setObjectKey, setRequestDate, toString
public V4PostSignatureRequest()
public V4PostSignatureRequest(long expires, String bucketName, String objectKey)
public V4PostSignatureRequest(Date expiryDate, String bucketName, String objectKey)
public V4PostSignatureRequest(long expires, Date requestDate, String bucketName, String objectKey)
Copyright © 2021. All rights reserved.