Add S3 V4 authentication
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
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