-
From a mail exchange (reproduced with permission:
> i still have to modify Paws::Net::RestXmlCaller to add this to get PutBucketLifecycleConfiguration & GetBucketLifecycleConfiguration working. they …
-
So, a number of components in Paws have something like this -
https://metacpan.org/source/JLMARTIN/Paws-0.36/lib/Paws/S3.pm#L2
Is there a list anywhere of what's required to get to the point whe…
-
I see a few past/pending issues about encoding problems (#111, #221), but none seem to be hitting the problem I am, which is that these operations are being rejected by AWS entirely, not even encoded …
-
https://metacpan.org/release/JLMARTIN/Paws-0.45 shows the distribution name in grey and there's a "fast forward" button which links to version 0.44 --- both are indicators that 0.45 is not indexed pro…
-
Looking up the AWS API for rest Post ResoreObject https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPOSTrestore.html
I noticed that there are two responses possable 200 and 202
>
…
-
Does `PutObject()` URI encode the key string? These files are being uploaded to S3 with the key containing percent encoded characters:
```
my $output = $s3->PutObject(
Bucket => $bucket,
Key …
-
Testing on Ubuntu 18.04, Perl 5.26.1 and Paws 0.41
When I try to do a simple upload to S3 with a small script (see the script below), I get a Forbidden error, when the key doesn't have a space it d…
-
### Problem:
A short description of the problem you are facing. Please include any build output, reproduction steps and environment(e.g. [Docker image](https://github.com/awslabs/aws-lc/blame/e7413…
-
I am executing:
$ sudo cp -RLp ./store/10jzrky6qp59qm75zwxxjysyzphywznj-openssl-1.1.1l-bin ./store/1c1r48qa0m23vr9jy8sm0dc04vv14dak-coreutils-8.32 ./store/1kw32h97j6bbqcb2kl2nnaw57xnwyvcb-zstd-…
-
```
my $ref = join '', (localtime);
my $result = $r53svc->CreateHostedZone(
CallerReference => $ref,
Name => $kops_zone,
);
```
There's no issue with other Paws…