You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mimoo@server:~$ s3cmd mb s3://my-database-backups
ERROR: Bucket 'my-database-backups' already exists
ERROR: S3 error: 409 (BucketAlreadyExists): The requested bucket name is not available. The bucket namespace is shared by all users of the system. Please select a different name and try again.
And the program gets me this error:
ERROR: S3 error: 400 (InvalidRequest): The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.
Old backup removed.
Moving the backup from past week to another folder...
ERROR: S3 error: 400 (InvalidRequest): The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.
Past backup moved.
The text was updated successfully, but these errors were encountered:
looks like this happen if I create the bucket manually on the aws panel. If I do it with s3cmd it works (and also the error I got was because I have to find a name that no other of their clients have chose
@mimoo You need to create an unique bucket on S3. S3 buckets are unique just like domain names. Try something like this instead: s3cmd mb s3://mub-09876ddc-u
I get this error when I try using
s3cmd
And the program gets me this error:
The text was updated successfully, but these errors were encountered: