Skip to content

GenUI S3 Cloud Drive v0.0.1-pre

Latest
Compare
Choose a tag to compare
@syf20020816 syf20020816 released this 28 Oct 01:55
· 3 commits to main since this release

GenUI S3 Cloud Drive

A simple AWS S3 cloud storage client written using Rust Makepad framework

Important

Chinese Mainland needs to ensure access to AWS services
We only support Windows now

Prepare

For installation instructions, expand the section for your operating system.

Download AWS Cli

AWS Cli

Windows

To update your current installation of AWS CLI on Windows, download a new installer each time you update to overwrite previous versions. AWS CLI is updated regularly. To see when the latest version was released, see the AWS CLI version 2 Changelog on GitHub.

Download and run the AWS CLI MSI installer for Windows (64-bit):https://awscli.amazonaws.com/AWSCLIV2.msi

Alternatively, you can run the msiexec command to run the MSI installer.

msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi
# For various parameters that can be used with msiexec, see msiexec on the Microsoft Docs website. 
# For example, you can use the /qn flag for a silent installation.
msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi /qn

Config

After completing the download, you need to log in to AWS and obtain the assigned account for configuration
See config the AWS Cli

aws configure

AWS Access Key ID [None]: YOUR ACCESS KEY ID
AWS Secret Access Key [None]: YOUR SECRET ACCESS KEY
Default region name [None]: REGION NAME
Default output format [None]: json

Features

  • Check S3 Config
  • Connect S3
  • Get Files, Folders from S3
  • Upload Files to S3
  • Delete Files, Folders from S3
  • Share Files and Folders
  • Use AWS Cli
  • Upload Folders
  • Create Files, Folder
  • Use AWS SDK
  • mac_dmg

Full Changelog: https://github.com/Privoce/made_with_GenUI/commits/v0.0.1-pre