S3Express

Learn how to configure S3Express for use with Filebase.

What is S3Express?

S3Express is a command line tool for Windows operating systems to upload objects from the command line to S3-compatible services such as Filebase.

Read below to learn how to use S3Express with Filebase.

circle-check

Prerequisites:

1. Open S3Express.

2. Set Filebase as the S3 endpoint and enable V4 signatures.

setopt -endpoint:s3.filebase.com -useV4sign:on -disablecertvalidation:on

3. Set your Filebase Access and Secret keys:

setauth [FILEBASE_ACCESS_KEY] [FILEBASE_SECRET_KEY] Filebase

4. Use S3Express to manage your Filebase buckets and objects using the following commands:

chevron-rightMake Buckethashtag

mkbkt BUCKET_NAME

chevron-rightRemove Buckethashtag

rmbkt BUCKET_NAME

chevron-rightList Bucket Objectshashtag

ls BUCKET_NAME/FOLDER

chevron-rightChange Working Directoryhashtag

cd BUCKET_NAME/FOLDER

chevron-rightGet Object Metadatahashtag

getmeta BUCKET_NAME/FOLDER/OBJECT_NAME

chevron-rightUpload Objectshashtag

put LOCAL_FILE_NAME BUCKET_NAME/FOLDER/OBJECT_NAME

chevron-rightDelete Objectshashtag

del BUCKET_NAME/FOLDER/OBJECT_NAME

chevron-rightCopy Objectshashtag

copy BUCKET_NAME/FOLDER/OBJECT_NAME BUCKET_NAME/FOLDER/OBJECT_NAME

Last updated

Was this helpful?