Cookies on this website

We use cookies to ensure that we give you the best experience on our website. If you click 'Accept all cookies' we'll assume that you are happy to receive all cookies and you won't see this message again. If you click 'Reject all non-essential cookies' only necessary cookies providing core functionality such as security, network management, and accessibility will be enabled. Click 'Find out more' for information on how to change your cookie settings.

How to copy files to/from S3 buckets on the OOD cluster

To transfer to/from Amazon Web Services S3 buckets the OOD cluster nodes include the command 'mount-s3', the official AWS tool.

To mount a bucket, you use the command:

mount-s3 <bucket> <path>

This would make bucketname available at .

Usage and Configuration

Where you need to change the default behavior (e.g. 'requester pays', allow deletion or overwrite, authentication etc) or need to be able to provide access credentials see the official documentation at:

https://github.com/awslabs/mountpoint-s3/blob/main/doc/CONFIGURATION.md