Hi All, I am trying to utilize new AWS S3 bucket backup contrib. Using the collection API I am getting the following error
API CALL http://servername:8983/solr/admin/collections?action=BACKUP&name=personbackup&collection=person&repository=s3&location=s3://bucketname/backupfolder solr.xml <backup> <repository class="org.apache.solr.s3.S3BackupRepository" default="false" name="s3"> <str name="s3.bucket.name"> bucketname</str> <str name="s3.region">us-east-1</str> </repository> </backup> Error "specified location s3://bucketname/backupfolder/ does not exist.", I tested different options but I believe this may not work becase the only credentials I have are attached to the EC2 instance. Using the aws client console I can access the bucket from te linux machine with no issues. Any ideas. Thanks Sergio Maroto
