• I get these warnings when I set up Amazon S3 for a new bucket. Will my site be backed up?

    Warning: S3::getBucket(): [NoSuchBucket] The specified bucket does not exist in /home/content/73/8052973/html/wp-content/plugins/wp-s3-backups/S3.php on line 132

    Warning: krsort() expects parameter 1 to be array, boolean given in /home/content/73/8052973/html/wp-content/plugins/wp-s3-backups/wp-s3-backups.php on line 192

    Warning: Invalid argument supplied for foreach() in /home/content/73/8052973/html/wp-content/plugins/wp-s3-backups/wp-s3-backups.php on line 194

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same problem.

    Hi.

    The Amazon S3 buckets are case sensitive.
    You can create 2 buckets named “MyBucket” and “mybucket” and they will be considered as 2 separate ones.
    Apparently, the developer of this plugin was oblivious to this fact and try to connect using all lower case.

    Sloppy.

    The solution is to create a bucket with all lower case in the name, select it in the plugin and it will work.
    (And when done, send an email to the developer of this plugin and tell them to to fix their mistake).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Amazon S3 Warnings’ is closed to new replies.