You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, irods_sync script has an --s3_keypair option which must point to a file with an S3 keypair. We should turn this into an event handler method so that the options for getting S3 keypairs for S3 scans can be expanded. Maybe something like this...
This will allow the client to implement whatever means necessary to get S3 credentials. However the access key and secret key are acquired is an implementation decision, ultimately returning 2 strings to use with the S3 client in the ingest tool.
The meta argument could be useful to give some context around the job being performed.
The text was updated successfully, but these errors were encountered:
Currently,
irods_sync
script has an--s3_keypair
option which must point to a file with an S3 keypair. We should turn this into an event handler method so that the options for getting S3 keypairs for S3 scans can be expanded. Maybe something like this...This will allow the client to implement whatever means necessary to get S3 credentials. However the access key and secret key are acquired is an implementation decision, ultimately returning 2 strings to use with the S3 client in the ingest tool.
The
meta
argument could be useful to give some context around the job being performed.The text was updated successfully, but these errors were encountered: