repository = "s3:..."
doesn't work as expected
#1045
Labels
A-backends
Area: Related to backends in `rustic-core`
A-config
Area: Related to the config file functionality and format
A-ui-ux
Area: Related to user interfaces and user experience
C-bug
Category: Something isn't working as expected
TL;DR: use
repository = "opendal:s3"
like specifed in https://github.com/rustic-rs/rustic/tree/main/config/servicesAs this works:
and this does not:
It looks like s3 backend has some problem collecting all data from toml file. Both examples above contain all the same information.
Originally posted by @kapitainsky in #1044 (comment)
The text was updated successfully, but these errors were encountered: