TABLE OF CONTENTS
- Creating a bucket
- Creating a security key
- Installing S3 to access your bucket
- Mounting a bucket
- Copy to bucket
- Viewing the bucket
- Downloading a file from a bucket
- Deleting a file from a bucket
Creating a bucket
Creating a security key
To create a key: open the BigStorage website > click on the hamburger icon to open the pages > select the keys page > add a key name, select the permission level and select 'Add key'
For more information on naming conventions see: Bucket tag name and naming conventions.
The new key will be displayed on the keys page. The secret and access key can be found by selecting the icon under 'Reveal Keys'. Copy, and use this when you use your S3-Compatible client software to access the bucket.
Please note: You need to associate the security key to your buckets, for more information see > how do I grant access to the files in my bucket?
Installing S3 to access your bucket
- ACCESS BUCKET - Install s3cmd with:
- CONFIGURE BUCKET
- Access Key: ********
- Secret Key: ***********
- Default Region: Africa
- S3 Endpoint: s3.bigstorage.io
- DNS-style bucket+hostname:port template for accessing a bucket:
%(bucket)s.s3.bigstorage.io
- Encryption password: *********
- Path to GPG program: /usr/bin/gpg
- Use HTTPS protocol: True
- HTTP Proxy server name:
- HTTP Proxy server port: 0
You may also want to take at look at this site to check out other Linux packages: https://s3tools.org/repositories
Mounting a bucket
Install dependencies
Install s3fs (s3fs allows Linux, macOS, and FreeBSD to mount an S3 bucket via FUSE)
Mount bucket
Mount command:
Unmount command
Copy to bucket
Viewing the bucket
Downloading a file from a bucket
Deleting a file from a bucket
Noticed a discrepancy or a bug? > Let Us Know!
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article