-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add --force-path-style flag to use path-style addressing.
Many/most non-AWS object stores only support path-style addressing, but recent changes switched to virtual-host addressing which broke access to those object stores. This adds a flag to switch back to path style addressing. For more info, a virtual-host address looks like "http://bucketname.endpoint", resulting in a DNS lookup. Path-style addressing looks like "http://endpoint/bucketname" instead. The benefit of path-style addressing is simplicity; you do not need to interact with DNS servers.
- Loading branch information
1 parent
e074b96
commit 99eeb0b
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters