Looking at the code it seems PureS3Path
does not need anything from boto3
.
However boto3
is a hard requirement for s3path
. This is problematic for environments like AWS Lambda Python runtime that has boto3
"built-in".
Could boto3
be a soft dependency like awacs
for troposphere for example?