Hi Braden, > [...] I was wondering about if there is a way to use the EC2 instance role's > credentials, such as described here: > > > https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html#instance-metadata-security-credentials not at the moment. But you can probably create a new backend relatively easy. Your new backend needs to be a sub-class of s3.Backend and probable only needs to overwrite this method: https://github.com/s3ql/s3ql/blob/d5e85e633885af44545c9e230be3d09ae6073b12/src/s3ql/backends/s3.py#L233-L240 (if you can set X-aws-ec2-metadata-token-ttl-seconds to last longer than a day)
-- You received this message because you are subscribed to the Google Groups "s3ql" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/s3ql/fffb844e-c73f-5f8b-3e46-be1b4c401c98%40jagszent.de.
