feat: s3 support path-style access #18
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
basepeak-ai/workspace-provider!18
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/s3-path-style"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
e.g. for MinIO
Issue: https://github.com/obot-platform/obot/issues/1970
It looks like this new configuration parameter is being correctly propagated, but I don't see where it is getting used.
Also, does it make sense to have tests for this? I am trying to keep the tests up to date in this repo.
@thedadams it's used for configuring the S3 client: https://github.com/gptscript-ai/workspace-provider/pull/18/files#diff-bacdf9ec88bbacf70ff21d10982757707e431edec6834b5f4be628749e1a5d35R34
@thedadams - added the tests and also tested with a local MinIO instance - all seems to be working fine 👍
Looks good after conflicts are resolved.
lgtm, assuming conflict resolution is uneventful