docs.rs failed to build shuk-0.4.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
shuk-0.4.8
Shuk 💾 ➡️ 🪣

⚠️BETA SOFTWARE⚠️
Shuk is used to upload files of any size to Amazon S3 and have them shared with others via a presigned URL.
Installation 💾
To install this tool, make sure you have rust and cargo installed and run:
cargo install shuk
Usage 🚀
Usage: shuk [OPTIONS] [FILENAME]
Arguments:
[FILENAME]
Options:
--init
-h, --help Print help
-V, --version Print version
Just pass the filename as the argument to shuk:
Configuration 🔧
All the configuration is located in the $HOME/.config/shuk.shuk.toml file.
# The bucket name where the files will be uploaded
= "alan-ford-bucket"
# The prefix (folder) for the uploads. Leave blank "" for the root of the bucket
= "shuk"
# Length of time in seconds on how long will the presigned URL be valid for
= 86400
# The AWS profile shuk will use
= "default"
# Should the presigned URL be stored directly to the clipboard or not
= false
To automatically configure this file just run shuk --init
Build Notes
- For the
use_clipboardfeature to compile on X11, you need thexorg-devlibrary.