Re: Working with AWS S3 commands

2024-02-13 Thread Monte Goulding via use-livecode
> On 14 Feb 2024, at 4:49 pm, Monte Goulding via use-livecode > wrote: > > It’s possible if you are using a newer region that AWS isn’t supporting the > older endpoint style on it. I just found where they documented this so I’ll create an issue to fix https://docs.aws.amazon.com/AmazonS3/la

Re: Working with AWS S3 commands

2024-02-13 Thread Monte Goulding via use-livecode
Hi Peter A couple of suggestions are to first check you called AWSSetCredentials with the region your bucket is in. If that is correct then try specifying the full endpoint url as https://s3 .your-bucket-region.amazonaws.com via the endpoint

Working with AWS S3 commands

2024-02-13 Thread Peter Bogdanoff via use-livecode
Hi all, I’m for the first time trying to use the Amazon AWS S3 commands to upload a file to my AWS storage, but am having difficulty with the PutObject command. I successfully entered my credentials with the AWSSetCredentials command. However, using the AWSS3PutObject command I’m getting an err