Newer
Older
This repository contains a set of bash shell scripts that can ease access to the HPC4DR S3 storage service, the storage service meant for the long term data archiving and distribution.
- it retrieves existing S3 credentials for a user within a project or creates new credentials.
- it revokes existing S3 credentials for a user within a project.
- it creates an rclone configuration for accessing your projects S3 data
Make sure you make all the scripts executable before running them:
```
chmod +x s3-utils/scripts/*
s3-utils/scripts/get_s3_credentials