sbrudenell / btrfs2s3

maintains a tree of differential backups in object storage
MIT License
33 stars 1 forks source link

remove dependency on `boto3` #77

Open sbrudenell opened 1 month ago

sbrudenell commented 1 month ago
sbrudenell commented 1 month ago
sbrudenell commented 1 month ago

while I don't mind reimplemting the core S3 functionality, boto3 has a lot of different options for authentication. I'm not sure I want to reimplement every case of sts-mediated access, especially when new authentication schemes are created.