sbrudenell / btrfs2s3

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

remove dependency on `boto3` #77

Open sbrudenell opened 2 months ago

sbrudenell commented 2 months ago
sbrudenell commented 2 months ago
sbrudenell commented 2 months 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.