logo
pub trait PreSignedRequest {
    fn get_presigned_url(
        &self,
        region: &Region,
        credentials: &AwsCredentials,
        option: &PreSignedRequestOption
    ) -> String; }

Required Methods

http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html

Implementors