You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
I'm having trouble setting a custom endpoint for Pacu using
import_keys
. AlthoughPacu > aws s3 --endpoint=<my-endpoint> ls
works, the import_keys with credential profile method isn't cooperating.The text was updated successfully, but these errors were encountered: