aws.signature icon indicating copy to clipboard operation
aws.signature copied to clipboard

Amazon Web Services Request Signatures

Results 18 aws.signature issues
Sort by recently updated
recently updated
newest added

- [x] a possible bug - [ ] a question about package functionality - [ ] a suggested code or documentation change, improvement to the code, or feature request I'm...

Example from https://github.com/cloudyr/aws.s3/issues/166 Report from Vitalina Komashko: ```R system.time(aws.s3::copy_object(from_object = from_object[1], to_object = to_object[1], from_bucket = from_bucket, to_bucket = to_bucket, verbose = TRUE)) Using Environment Variable 'AWS_ACCESS_KEY_ID' for AWS Access...

enhancement

Since credentials can be obtained from the `~/.aws/credentials` file, I was wondering if the default-region parameter can also be obtained from the AWS CLI config file `~/.aws/config`?

enhancement
question

Would love to get signature_v2_auth working for Amazon Product API (MWS, not product advertising). The query is just a random UPC/EAN I picked to try and get my signatures working....

question

I have a section in my `~/.aws/credentials` file that looks like this: ``` [devrole] role_arn = arn:aws:iam::912345678902:role/my-role-dev source_profile = default s3 = signature_version = s3v4 ``` That fails to parse...

question

See below. Does aws.signature pkg support cross account profiles? I have situation where there is a special login profile (abcdef) which has a temporary token set(this token is periodically refreshed...

enhancement

Please specify whether your issue is about: - [ ] a possible bug - [x ] a question about package functionality - [ ] a suggested code or documentation change,...