Open szabgab opened 1 year ago
Yeah, this is possibly due to #13 or #7, or something else. Sorry @szabgab I have no time to look into this, and we don't use the dist in our stack anymore. I'm happy to review and accept a patch however, and of course upload to CPAN. I'm only co-maint for this dist on CPAN so can't give out additional co-maint on it either (JOHND has first-come).
Thanks. I might look into this though in the meantime I think I found other solutions for my needs.
I am trying to use the AWS:S3 module with the S3 of Linode.
The following code gives me an error:
Using the same credentials in python script with boto3 works.
If instead of
add_bucket
I callsay $s3->buckets;
it does not print anything despite already having buckets.ps. I'd be happy to send you temporary credentials to try it if that helps.