alephdata / servicelayer

Common interface definitions for aleph toolkit services and applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SigV4 for S3

bakrale opened this issue · comments

# config=Config(signature_version='s3v4'))

Wondering why SigV4 is not required, or at least an option or environment variable existing to allow it to be enabled, as SigV4 is the recommended signature algorithm for S3 and can cause problems if missing. I see it is commented out here and am curious why

I'm not sure anyone is actively running aleph on AWS, so the support for it is somewhat run-down. Very happy to accept pull requests to improve this.

Correct me if I'm wrong, IIRC s3v4 is the default option now.