-
-
Notifications
You must be signed in to change notification settings - Fork 38
Implement S3-based BackupLocation #122
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersstorageIssues impacting the storage layerIssues impacting the storage layer
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersstorageIssues impacting the storage layerIssues impacting the storage layer
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Todo
We should support backing up to an S3 bucket. by implementing BackupLocation for a type that supports S3.
We should consider move shared S3 code from
bonsaidb-keystorage-s3into a new package,bonsaidb-s3, if we find there's enough to warrant it. Having a single configuration to represent an S3 bucket location seems useful.bonsaidb-s3