31445/error-invalid-argument-type-while-creating-s3-bucket
I am getting this error.
C:\Users\jino>aws s3 mb s3:\\jino <S3Uri> Error: Invalid argument type
Can someone help me in this?
You are getting the error because the syntax of creating the bucket is wrong. Its should be as follows:
aws s3 mb s3://jino
Hello @nitesh, You are getting the error because ...READ MORE
The error is basically saying that you ...READ MORE
For the first error you should add ...READ MORE
Probably your bucket name contains a dot, ...READ MORE
Instead of backslashes, use forward slashes C:\Users\jino>aws s3 ...READ MORE
You need to mention the path completely. ...READ MORE
This is not the correct form of ...READ MORE
You have not mentioned the file you ...READ MORE
AWS provides naming standards when naming an ...READ MORE
An ARN is a non-opaque, constructible identifier, ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.