Home
last modified time | relevance | path

Searched refs:s3fs (Results 1 – 25 of 91) sorted by relevance

1234

/dports/sysutils/fusefs-s3fs/s3fs-fuse-1.90/
H A DREADME.md1 # s3fs
6 [![s3fs-fuse CI](https://github.com/s3fs-fuse/s3fs-fuse/workflows/s3fs-fuse%20CI/badge.svg)](https:…
37 sudo pacman -S s3fs-fuse
43 sudo apt install s3fs
55 sudo emerge net-fs/s3fs
75 brew install s3fs
79 [#1618](https://github.com/s3fs-fuse/s3fs-fuse/issues/1618).
105 s3fs mybucket /path/to/mountpoint -o passwd_file=${HOME}/.passwd-s3fs
163 * [FAQ wiki page](https://github.com/s3fs-fuse/s3fs-fuse/wiki/FAQ)
164 * [s3fs on Stack Overflow](https://stackoverflow.com/questions/tagged/s3fs)
[all …]
H A DChangeLog98 #856 - Add icon for s3fs
194 #766 - Remove s3fs-python
398 #391 - Update s3fs.1
497 https://github.com/s3fs-fuse/s3fs-fuse/releases/tag/v1.74
501 see detail on googlecodes: https://code.google.com/p/s3fs/downloads/detail?name=s3fs-1.73.tar.gz
504 see detail on googlecodes: https://code.google.com/p/s3fs/downloads/detail?name=s3fs-1.72.tar.gz
507 see detail on googlecodes: https://code.google.com/p/s3fs/downloads/detail?name=s3fs-1.71.tar.gz
510 see detail on googlecodes: https://code.google.com/p/s3fs/downloads/detail?name=s3fs-1.70.tar.gz
513 see detail on googlecodes: https://code.google.com/p/s3fs/downloads/detail?name=s3fs-1.69.tar.gz
516 see detail on googlecodes: https://code.google.com/p/s3fs/downloads/detail?name=s3fs-1.68.tar.gz
[all …]
H A DCOMPILATION.md5 …ructions for some distributions, check the [wiki](https://github.com/s3fs-fuse/s3fs-fuse/wiki/Inst…
19 * s3fs tries to detect `/etc/mime.types` as default regardless of the OS
20 * Else s3fs tries to detect `/etc/apache2/mime.types` if OS is macOS
21 * s3fs exits with an error if these files are not exist
28 git clone https://github.com/s3fs-fuse/s3fs-fuse.git
29 cd s3fs-fuse
H A Dconfigure.ac2 # s3fs - FUSE-based file system backed by Amazon S3
23 AC_INIT(s3fs, 1.90) package
68 AC_MSG_CHECKING([s3fs build with nettle(GnuTLS)])
71 [AS_HELP_STRING([--with-nettle], [s3fs build with nettle in GnuTLS(default no)])],
90 AC_MSG_CHECKING([s3fs build with OpenSSL])
93 [AS_HELP_STRING([--with-openssl], [s3fs build with OpenSSL(default is no)])],
115 AC_MSG_CHECKING([s3fs build with GnuTLS])
118 [AS_HELP_STRING([--with-gnutls], [s3fs build with GnuTLS(default is no)])],
145 AC_MSG_CHECKING([s3fs build with NSS])
148 [AS_HELP_STRING([--with-nss], [s3fs build with NSS(default is no)])],
[all …]
H A D.gitignore2 # s3fs - FUSE-based file system backed by Amazon S3
75 src/s3fs
/dports/multimedia/zoneminder/zoneminder-1.36.5/docs/userguide/options/
H A Doptions_storage.rst15 Url: Used for S3 communication - format ``s3fs://ACCESS_KEY_ID:SECRET_ACCESS_KEY@s3.ca-central-1.am…
20 - s3fs
28 You must use s3fs to mount the S3 bucket in your fs tree. Telling ZoneMinder that the location is …
32 Refer to this guide for installation and configuration of s3fs - https://github.com/s3fs-fuse/s3fs-…
36 Create credentials file ``echo ACCESS_KEY_ID:SECRET_ACCESS_KEY > /etc/passwd-s3fs``
38 Set file permissions ``chmod 600 /etc/passwd-s3fs``
42 …``s3fs#bucket_name /media/S3 fuse _netdev,allow_other,uid=33,url=https://s3.ca-central-1.amazonaws…
47 3. Add Url ``s3fs://username:password@s3.ca-central-1.amazonaws.com/bucket-name/events``
48 4. Set type to s3fs
/dports/sysutils/fusefs-s3fs/s3fs-fuse-1.90/.github/
H A DISSUE_TEMPLATE.md3 …iented to GNU/Linux Distributions, so you could need to use others if you use s3fs on macOS or BSD_
5 #### Version of s3fs being used (s3fs --version)
17 #### s3fs command line used, if applicable
23 #### s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs)
24 _if you execute s3fs with dbglevel, curldbg option, you can get detail debug messages_
/dports/sysutils/py-salt/salt-3004.1/tests/unit/fileserver/
H A Dtest_s3fs.py3 import salt.fileserver.s3fs as s3fs namespace
14 return {s3fs: {"__opts__": opts}}
22 cache_file = s3fs._get_cached_file_name("base", "fake_bucket", "some_file")
24 s3fs._write_buckets_cache_file(metadata, cache_file)
25 assert s3fs._read_buckets_cache_file(cache_file) == metadata
/dports/devel/py-fsspec/fsspec-2021.11.1/
H A Dtox.ini24 s3fs
54 [testenv:s3fs]
55 description=Run s3fs (@master) test suite against fsspec. argument
66 changedir=.tox/s3fs/tmp argument
75 rm -rf s3fs
76 git clone https://github.com/fsspec/s3fs
77 pytest -vv s3fs/s3fs
/dports/devel/py-fs/fs-0.5.4/fs/tests/
H A Dtest_s3fs.py18 from fs import s3fs
31 self.fs = s3fs.S3FS(self.bucket)
54 self.fs = s3fs.S3FS(self.bucket,"/unittest/files")
/dports/sysutils/py-salt/salt-3004.1/doc/ref/file_server/all/
H A Dsalt.fileserver.s3fs.rst1 salt.fileserver.s3fs
4 .. automodule:: salt.fileserver.s3fs
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/ci/
H A Dconda_env_python.yml19 boto3 # not a direct dependency of s3fs, but needed for our s3fs fixture
30 s3fs>=0.4
/dports/sysutils/fusefs-s3fs/
H A D.license-catalog.mk5 _LICENSE_DISTFILES=s3fs-fuse-s3fs-fuse-v1.90_GH0.tar.gz
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/io/
H A Dconftest.py112 import s3fs
149 s3fs.S3FileSystem.clear_instance_cache()
152 s3 = s3fs.S3FileSystem(client_kwargs={"endpoint_url": s3_base})
/dports/sysutils/fusefs-s3fs/s3fs-fuse-1.90/test/
H A Dtest-utils.sh29 TEST_TEXT_FILE=test-s3fs.txt
31 ALT_TEST_TEXT_FILE=test-s3fs-ALT.txt
33 BIG_FILE=big-file-s3fs.txt
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/tests/parquet/
H A Dconftest.py53 s3fs = pytest.importorskip('s3fs')
56 fs = s3fs.S3FileSystem(
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/tests/parquet/
H A Dconftest.py53 s3fs = pytest.importorskip('s3fs')
56 fs = s3fs.S3FileSystem(
/dports/sysutils/fusefs-s3fs/s3fs-fuse-1.90/src/
H A DMakefile.am20 bin_PROGRAMS=s3fs program
28 s3fs.cpp \
/dports/devel/py-dask/dask-2021.11.2/dask/bytes/tests/
H A Dtest_s3.py13 s3fs = pytest.importorskip("s3fs") variable
21 from s3fs import S3FileSystem as DaskS3FileSystem
119 fs = s3fs.S3FileSystem(
122 s3fs.S3FileSystem.clear_instance_cache()
433 import s3fs
446 and parse_version(s3fs.__version__) > parse_version("0.5.0")
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/filesystem/
H A Ds3fs_narrative_test.cc61 std::shared_ptr<S3FileSystem> s3fs; in MakeFileSystem() local
71 s3fs = S3FileSystem::Make(options).ValueOrDie(); in MakeFileSystem()
72 return std::make_shared<SubTreeFileSystem>(FLAGS_bucket, s3fs); in MakeFileSystem()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/filesystem/
H A Ds3fs_narrative_test.cc61 std::shared_ptr<S3FileSystem> s3fs; in MakeFileSystem() local
71 s3fs = S3FileSystem::Make(options).ValueOrDie(); in MakeFileSystem()
72 return std::make_shared<SubTreeFileSystem>(FLAGS_bucket, s3fs); in MakeFileSystem()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/filesystem/
H A Ds3fs_narrative_test.cc61 std::shared_ptr<S3FileSystem> s3fs; in MakeFileSystem() local
71 s3fs = S3FileSystem::Make(options).ValueOrDie(); in MakeFileSystem()
72 return std::make_shared<SubTreeFileSystem>(FLAGS_bucket, s3fs); in MakeFileSystem()
/dports/devel/py-dask/dask-2021.11.2/docs/source/how-to/deploy-dask/
H A Dcloud.rst27 - `s3fs <https://s3fs.readthedocs.io/>`_ for Amazon's S3
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/laher/mergefs/
H A DREADME.md19 * [s3fs](https://github.com/jszwec/s3fs) is a fs.FS backed by the AWS S3 client
/dports/sysutils/fusefs-s3fs/s3fs-fuse-1.90/doc/
H A DMakefile.am20 dist_man1_MANS = man/s3fs.1

1234