mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #282] Consider changing default transport to HTTPS #145
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#145
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @gaul on GitHub (Oct 19, 2015).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/282
This would protect private data when used over the public Internet. Users can opt-in to unencrypted HTTP if they need additional performance on a local network.
@driskell commented on GitHub (Oct 21, 2016):
This also becomes a requirement when using SSE_KMS, or things just don't work at all and you get Input/Output errors. See #462. Having to then add
-ourl=seems arduous to me.@ggtakec commented on GitHub (May 7, 2017):
@andrewgaul @driskell
I would like to change default protocol HTTP to HTTPS at next version 1.81(#586)
If you need to post issue about this, please post here.
@ggtakec commented on GitHub (May 9, 2017):
@andrewgaul Thanks for PR