Takeshi Nakatani
e49d594db4
Merge pull request #766 from gaul/s3fs-python
...
Remove s3fs-python
2018-05-27 16:43:27 +09:00
Andrew Gaul
b323312312
Remove s3fs-python
...
This no longer exists.
2018-05-23 16:06:41 -07:00
Andrew Gaul
58e52bad4f
Add Debian installation instructions
2018-05-23 16:03:02 -07:00
Takeshi Nakatani
a0e62b5588
Merge pull request #762 from gaul/s3proxy-1.6.0
...
Upgrade to S3Proxy 1.6.0
2018-05-23 22:23:33 +09:00
Takeshi Nakatani
e9831dd772
Merge pull request #761 from gaul/ubuntu-16.04
...
Simplify installation for Ubuntu 16.04
2018-05-23 22:15:01 +09:00
Andrew Gaul
ad9a374229
Simplify installation for Ubuntu 16.04
...
Also reorganize installation vs. compilation.
2018-05-16 17:40:13 -07:00
Andrew Gaul
1b86e4d414
Upgrade to S3Proxy 1.6.0
...
Release notes:
https://github.com/gaul/s3proxy/releases/tag/s3proxy-1.6.0
https://github.com/gaul/s3proxy/releases/tag/s3proxy-1.5.5
https://github.com/gaul/s3proxy/releases/tag/s3proxy-1.5.4
2018-05-16 16:38:17 -07:00
Or Ozeri
7a4696fc17
recommend openssl over gnutls for performance
2018-05-06 15:29:42 +03:00
Vadim Eremeev
246b767b64
Remove space in front of ~/.passwd-s3fs
2018-02-05 16:49:02 +07:00
Vadim Eremeev
b048c981ad
Update README.md with details about .passwd-s3fs
2017-12-22 16:20:02 +07:00
Cristian
8b0acd75e0
Fix dbglevel usage
2017-12-14 14:37:18 -08:00
Or Ozeri
bd4bc0e7f1
add support for IBM IAM authentication
2017-11-23 12:01:52 +02:00
Takeshi Nakatani
30b7a69d3d
README.md Addition
2017-11-19 07:03:39 +00:00
Takeshi Nakatani
5653ab39fc
Merge pull request #639 from andrewgaul/homebrew
...
Update Homebrew instructions
2017-09-17 15:43:03 +09:00
Takeshi Nakatani
473dd7c940
Merge pull request #637 from andrewgaul/non-aws-s3
...
Add blurb about non-Amazon S3 implementations
2017-09-17 15:37:13 +09:00
Takeshi Nakatani
ee824d52ba
Merge pull request #638 from andrewgaul/readme-fixes
...
Minor fixes to README
2017-09-17 15:31:09 +09:00
Andrew Gaul
f214cb03b2
Update Homebrew instructions
...
These moved to homebrew-core:
https://github.com/Homebrew/homebrew-core/pull/11283
2017-09-12 18:58:19 -07:00
Andrew Gaul
416c51799b
Minor fixes to README
2017-09-12 18:44:27 -07:00
Andrew Gaul
cf6f665f03
Add blurb about non-Amazon S3 implementations
...
References #629 .
2017-09-12 18:09:56 -07:00
swordsreversed
bc09129ec5
Update README.md
2017-08-01 10:20:46 +10:00
swordsreversed
cd94f638e2
Update README.md
...
Add fuse as a dependency!
2017-07-31 21:23:08 +10:00
Andrew Gaul
185192be67
Add Homebrew instructions
2017-05-22 10:12:22 -07:00
Takeshi Nakatani
7d6312ac78
Added links for eventual consistency in README.md - #515
2017-01-15 08:23:55 +00:00
Takeshi Nakatani
6be3236b28
Merge pull request #451 from kasbah/patch-1
...
Correct path in README
2016-07-24 17:32:35 +09:00
Dan Sullivan
4deb6fdd84
added fuse package for mounting via /etc/fstab, fixes #417
2016-07-15 06:12:47 -05:00
Kaspar Emanuel
2d5be2157a
Correct path in README
2016-07-14 16:55:03 +01:00
Takeshi Nakatani
a7d2148c60
Added travis CI badge in README.md
...
Added travis CI badge in README.md.
2016-05-29 11:40:58 +09:00
Takeshi Nakatani
540c04e6cc
Updated README.md for fstab example.
2016-01-24 05:34:28 +00:00
Jirapong Nanta
0615338592
update about netfs on boot
2016-01-19 12:06:10 +07:00
Jirapong Nanta
b847872622
update README.md for fstab
2016-01-19 11:22:55 +07:00
Andrew Gaul
8e5e44bfce
Add goofys to references
2016-01-07 16:14:11 -08:00
Takeshi Nakatani
e804441234
Added FAQ wiki page link in README.md
2015-11-26 21:31:03 +09:00
Nick Stinger
0aef0cf765
Added the _netdev option to the fstab example.
...
Although the network device option (_netdev) may not work everywhere, the option likely does no harm on systems where it's not supported. By adding the option to the example, it will inform users of the necessity for post-network activation and how that might be accomplished.
2015-09-15 10:34:15 +09:00
Takeshi Nakatani
9ea8da839c
Merge pull request #258 from juandiegogonzales/patch-1
...
Update README.md to better explain mount upon boot
2015-09-09 00:15:55 +09:00
Takeshi Nakatani
39cec488d2
Merge pull request #257 from jesselsteele/patch-1
...
Update README.md: Bugfix password file permissions errors
2015-09-09 00:15:21 +09:00
Juan Diego Gonzales
3aabb5616c
Update README.md to better explain mount upon boot
...
As a novice Linux user, I didn't know I had to add a line into /etc/fstab for automatic mount upon boot. It took me some minutes to research and notice the right process (at first, I even entered s3fs#mybucket into the command line).
This change will (hopefully) save time to unseasoned users.
2015-09-07 10:05:02 -05:00
Jesse Steele
8e55f45818
Update README.md
...
received "should not have others permissions" when mounting
did chmod 640 and received "should not have group permissions"
used chmod 600 after creating the password file and had no problems
2015-09-05 15:08:07 +08:00
Andrew Gaul
ec4135c9ed
Add no atomic rename to limitations
2015-09-01 13:10:21 -07:00
Andrew Gaul
20f425fe15
Update README
...
This better explains many of the features and limitations and removes
stale information.
2015-08-17 07:48:11 -07:00