replace jets3t with AWS SDK v2 to fetch WARC records from s3://commoncrawl/ (#3)
implement authenticated access to s3://commoncrawl/ (fixes #18): instead of explicitly requesting data from s3://commoncrawl/ without authentication, rely on the default credential provider chain of the AWS SDK
This PR addresses: