pacu
pacu copied to clipboard
Does Pacu support non-AWS s3 endpoints?
I'm having trouble setting a custom endpoint for Pacu using import_keys
. Although Pacu > aws s3 --endpoint=<my-endpoint> ls
works, the import_keys with credential profile method isn't cooperating.
Pacu itself does not support custom endpoints. Maybe this is something we can look at adding. running aws
from in Pacu is the same as running the aws
command from the cli so it makes sense that still works.