Skip to content

Add S3 V4 authentication

Compare
Choose a tag to compare
@bobk2824 bobk2824 released this 30 Apr 15:23
· 47 commits to master since this release

Default is v2. To use v4 add the following statement:

Conn.SetHostAuth(true);

The buffer size can also be specified:

Conn.SetHostAuth(true, 0x400000); // 4MB buffer used for SHA-256 hash