https://github.com/exasol/bucketfs-client
Command line client for BucketFS
https://github.com/exasol/bucketfs-client
bucketfs client exasol exasol-integration foundation-library
Last synced: 3 months ago
JSON representation
Command line client for BucketFS
- Host: GitHub
- URL: https://github.com/exasol/bucketfs-client
- Owner: exasol
- License: mit
- Created: 2021-03-29T10:52:40.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-29T09:10:31.000Z (10 months ago)
- Last Synced: 2025-08-29T12:28:10.819Z (10 months ago)
- Topics: bucketfs, client, exasol, exasol-integration, foundation-library
- Language: Java
- Homepage:
- Size: 264 KB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# bucketfs-client
[](https://github.com/exasol/bucketfs-client/actions/workflows/ci-build.yml)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-client)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-client)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-client)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-client)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-client)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-client)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-client)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-client)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Abucketfs-client)
This project is a command line client for Exasol's [BucketFS](https://docs.exasol.com/administration/on-premise/bucketfs/bucketfs.htm).
## Features
* Upload to a bucket
* Download from a bucket
For more details see the [System Requirement Specification](doc/system_requirements.md).
## Table of Contents
### Information for Users
* [User Guide](doc/user_guide/user_guide.md)
* [Changelog](doc/changes/changelog.md)
### Information for Contributors
Requirement, design documents and coverage tags are written in [OpenFastTrace](https://github.com/itsallcode/openfasttrace) format.
* [System Requirement Specification](doc/system_requirements.md)
* [Design](doc/design.md)
* [Dependencies](dependencies.md)
* [How to Build Native Executables](doc/developers_guide/building_native_executables.md)