Hi all,
I try to use “batch” in Request Builder and followed all the cascading guides to set up a bucket at Creodias cloudferro. I updated the policy and the response is:
result = s3.get_bucket_policy(Bucket=bucket_name)
pprint(results“Policy”])
('{“Version”: “2012-10-17”, “Statement”: {“Sid”: “Sentinel Hub permissions”, ’
'“Effect”: “Allow”, “Principal”: {“AWS”: ’
‘“arn:aws:iam::ddf4c98b5e6647f0a246f0624c8341d9:root”}, “Action”: :“s3:"], ’
'“Resource”: “arn:aws:s3:::JensContainer2”, ’
'"arn:aws:s3:::JensContainer2/”]}]}’)
But in Request Builder i get this error “Bucket does not exist”.
Does this mean, that the connection to the cloud is okay ?
What could be the most likely next thing to check ?
Best wishes!
Jens