Getting Started with Acacia.
- The Acacia User Guide has all of the information you need to get started.
- A recording of a recent Acacia Object Storage Workshop is available on the Pawsey Youtube Channel.
- Pawsey supports the minio client on its supercomputing systems.
- Minio can also be installed on Linux, macOS and Windows.
- To start using Acacia, you first need to create access keys through [https://portal.pawsey.org.au/].
- When you create your key, you will be provided with a command that you can copy and paste to set up access.
Creating Buckets:
mc mb <ALIAS>/<BUCKET_NAME>
Delete a bucket:
mc rb <ALIAS>/<BUCKET_NAME>
List Buckets associated with your account or project:
mc ls <ALIAS>
Upload to a Bucket:
mc cp <SOURCE> <TARGET>
Download from a Bucket:
mc cp <SOURCE> <TARGET>
Where will typically be your project or user name.