I am following the instructions on https://docs.sentinel-hub.com/api/latest/api/byoc/#byoc-deployment
From here How to generate ec2 credentials? - FAQ Networking - CREODIAS
- I had to enable openstack_waw3_1 location
- downloaded the openrc.sh file with the configurations
- I got my ec2 credentials
In WAW-3: - I created a bucket (named OTvhr)
- uploaded my cog files: tile_1/XXX.tiff and tile_2/YYY.tiff
From here https://docs.sentinel-hub.com/api/latest/af3077d767c7d1b7cfc39fd52e838270/creodias_set_bucket_access_policy.py: - I downloaded the script and completed access_key, secret_key and bucket_name.
- I had to set host=‘https://s3.waw3-1.cloudferro.com/’ as the original value gave me “botocore.exceptions.ClientError: An error occurred (InvalidAccessKeyId) when calling the PutBucketPolicy operation: Unknown” as an error.
I configured the Sentinel Hub collection: - using my project id from openrc.sh file and the bucket name
- collection location is correctly identified as CREODIAS
- tiles ingestion fails with: Failed to access the storage.
The only thing I can think of that I did that was not on the documentation is changing the using s3.waw3-1.cloudferro.com instead of s3.waw2-1.cloudferro.com. Is this the issue? How can I correctly configure the buckets?
Thanks
Regards


