S3 Buckets
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