AwsSignatureV1 Class

(QtAws::Core::AwsSignatureV1)

The AwsSignatureV1 class provides V1 AWS signatures. More...

Header: #include <AwsSignatureV1>
Inherits: QtAws::Core::AwsSignatureV0

Public Functions

Reimplemented Public Functions

virtual int version() const override

Detailed Description

The AwsSignatureV1 class provides V1 AWS signatures.

Note: Amazon has officially deprecated signature Version 1 in favor of later, more secure signatures, such as AwsSignatureV2 and AwsSignatureV4.

As version 1 signatures are rightly regarded as insecure, this class will refuse to sign requests that use insecure transports such as HTTP instead of HTTPS. However, insecure signatures can be enabled (why would you want to?) by defining QTAWS_ALLOW_INSECURE_SIGNATURES when compiling this library.

See also http://s3.amazonaws.com/awsdocs/SQS/20070501/sqs-dg-20070501.pdf and http://lmgtfy.com/?q=aws+signature+version+1+is+insecure.

Member Function Documentation

AwsSignatureV1::AwsSignatureV1()

Constructs an AwsSignatureV1 object.

Use instances of this object to provide Version 1 signatures for AWS services.

[override virtual] int AwsSignatureV1::version() const

Reimplemented from AwsAbstractSignature::version().

Returns 1.

© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.